Commit 9443eb6e authored by Mark Otto's avatar Mark Otto

restore comma between selectors

parent 15c7e73a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment