]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove .navbar-divider
authorQuy <quy@fluxbb.org>
Mon, 2 Jan 2017 23:29:07 +0000 (15:29 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 2 Jan 2017 23:32:26 +0000 (15:32 -0800)
scss/_navbar.scss

index 9be577db5c32d7f2de290eedf0d9fa8f4c6e5c28..e90b0e0c6bebdd4a98ada21a52227bdf2b826495 100644 (file)
     background-image: $navbar-light-toggler-bg;
   }
 
-  .navbar-divider {
-    background-color: rgba(0,0,0,.075);
-  }
-
   .navbar-text {
     color: $navbar-light-color;
   }
     background-image: $navbar-inverse-toggler-bg;
   }
 
-  .navbar-divider {
-    background-color: rgba(255,255,255,.075);
-  }
-
   .navbar-text {
     color: $navbar-inverse-color;
   }