You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/04/09 10:01:12 UTC

[myfaces-tobago] 01/02: improve style

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit d748863d60d4b7f526d9b42e3fabced17d099753
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Apr 9 12:00:33 2018 +0200

    improve style
    
    * better not to use a static value for font-weight
---
 tobago-core/src/main/resources/scss/_tobago.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index 901b6d3..b077f06 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -393,7 +393,7 @@ a.tobago-link.dropdown-item {
 
 h1, h2, h3, h4, h5, h6 {
   button.tobago-link {
-    font-weight: $headings-font-weight;
+    font-weight: inherit;
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
hnoeth@apache.org.