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 2017/10/27 14:27:22 UTC

[myfaces-tobago] branch master updated: TOBAGO-1759 Update Bootstrap to 4.0.0 beta 2 (from alpha 6) * .nav-link is always without underline

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


The following commit(s) were added to refs/heads/master by this push:
     new 94e8dc8  TOBAGO-1759 Update Bootstrap to 4.0.0 beta 2 (from alpha 6) * .nav-link is always without underline
94e8dc8 is described below

commit 94e8dc8346581cf54823d76fe75d4a68985e71a3
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Oct 27 16:27:17 2017 +0200

    TOBAGO-1759 Update Bootstrap to 4.0.0 beta 2 (from alpha 6)
    * .nav-link is always without underline
---
 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 803e8e4..0da3f24 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -382,7 +382,7 @@ table.tobago-gridLayout > tbody {
 
   &.nav-link {
     &:focus, &:hover {
-      text-decoration: underline;
+      text-decoration: none;
     }
   }
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].