0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

restore comma between selectors

This commit is contained in:
Mark Otto 2013-02-05 19:40:32 -08:00
parent 15c7e73abd
commit 9443eb6e21

View File

@ -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;