mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
add separate vars for dropdown link hover and active states
This commit is contained in:
Vendored
+6
-1
@@ -2457,7 +2457,12 @@ table .span24 {
|
||||
}
|
||||
|
||||
.dropdown-menu li > a:hover,
|
||||
.dropdown-menu li > a:focus,
|
||||
.dropdown-menu li > a:focus {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.dropdown-menu .active > a,
|
||||
.dropdown-menu .active > a:hover {
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user