mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
restore comma between selectors
This commit is contained in:
parent
15c7e73abd
commit
9443eb6e21
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
|||
color: @grayLight;
|
||||
}
|
||||
// Nuke hover/focus effects
|
||||
.dropdown-menu > .disabled > a:hover
|
||||
.dropdown-menu > .disabled > a:hover,
|
||||
.dropdown-menu > .disabled > a:focus {
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue