slate: remove navbar brand hover and border
[bootswatch] / slate / bootstrap.css
index 92c7f8e..877bb4e 100644 (file)
@@ -3591,7 +3591,7 @@ button.close {
 .navbar-brand:focus {
   color: #c8c8c8;
   text-decoration: none;
-  background-color: #272b2e;
+  background-color: none;
 }
 
 .navbar-toggle {
@@ -6110,20 +6110,6 @@ td.visible-print {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
 }
 
-.navbar-brand {
-  margin-right: 0;
-  border-right: 1px solid rgba(0, 0, 0, 0.4);
-}
-
-.navbar-brand:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
-  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
-  background-image: linear-gradient(#020202, #101112 40%, #191b1d);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
-}
-
 .navbar-nav > li > a {
   border-right: 1px solid rgba(0, 0, 0, 0.2);
   border-left: 1px solid rgba(255, 255, 255, 0.1);