restore comma between selectors

This commit is contained in:
Mark Otto 2013-02-05 19:40:32 -08:00
parent 15c7e73abd
commit 9443eb6e21
1 changed files with 1 additions and 1 deletions

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;