mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fix navbar styles for .brand
This commit is contained in:
+3
-4
@@ -20,12 +20,9 @@
|
||||
// Text and links
|
||||
.navbar {
|
||||
// Hover and active states
|
||||
.brand:hover,
|
||||
.nav .active > a {
|
||||
.brand:hover {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
background-color: @navBarBgStart;
|
||||
background-color: rgba(255,255,255,.05);
|
||||
}
|
||||
// Website or project name
|
||||
.brand {
|
||||
@@ -166,6 +163,8 @@
|
||||
|
||||
// Active nav items
|
||||
.navbar .nav .active > a {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
background-color: #222;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user