mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
fixes #10111: different colors for dropdown link hover and active states
This commit is contained in:
Vendored
+2
-2
@@ -3276,9 +3276,9 @@ input[type="button"].btn-block {
|
||||
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus {
|
||||
color: #ffffff;
|
||||
color: #262626;
|
||||
text-decoration: none;
|
||||
background-color: #428bca;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.dropdown-menu > .active > a,
|
||||
|
||||
Reference in New Issue
Block a user