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 2019/05/07 13:33:30 UTC

[myfaces-tobago] branch master updated: cleanup CSS

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 cb1c629  cleanup CSS
cb1c629 is described below

commit cb1c6294e4903b06277b5d89a9cda0640604740d
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Apr 10 09:50:00 2019 +0200

    cleanup CSS
    
    * remove outdated .nav-stacked
    * remove outdated .navbar-toggleable-xs
---
 .../src/main/scss/_speyside-overwrites.scss        | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss b/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
index 38290c5..eadd9d0 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
+++ b/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
@@ -322,9 +322,6 @@ header.fixed-top {
     color: $darkgreen !important;
     cursor: default;
   }
-  .navbar-toggleable-xs > ul > li > span > ul > li > span {
-    cursor: default;
-  }
   html.opendd {
     overflow: hidden;
   }
@@ -749,30 +746,6 @@ li:last-child {
   line-height: 1.3em;
 }
 
-// Nav-Stacks
-.nav-stacked {
-  text-align: center;
-  font-size: 0.9em;
-  margin-right: 1em;
-  margin-top: 1em;
-  margin-left: -1.5em;
-
-  .active .fa {
-    color: white;
-  }
-
-  .fa {
-    font-size: 2em;
-    color: #788C94;
-    display: block;
-    padding-bottom: 0.2em;
-  }
-
-  .nav-item {
-    padding: 0.3em 0;
-  }
-}
-
 .bootstrap-datetimepicker-widget .datepicker-days {
   .past.day {
     opacity: 0.7;