2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

restore comma between selectors

This commit is contained in:
Mark Otto
2013-02-05 19:40:32 -08:00
parent 15c7e73abd
commit 9443eb6e21
+1 -1
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;