8000 restore comma between selectors · rusongyu/bootstrap@9443eb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9443eb6

Browse files
committed
restore comma between selectors
1 parent 15c7e73 commit 9443eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/dropdowns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
color: @grayLight;
115115
}
116116
// Nuke hover/focus effects
117-
.dropdown-menu > .disabled > a:hover
117+
.dropdown-menu > .disabled > a:hover,
118118
.dropdown-menu > .disabled > a:focus {
119119
text-decoration: none;
120120
background-color: transparent;

0 commit comments

Comments
 (0)
0