mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
fixes #10111: different colors for dropdown link hover and active states
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -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