Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 66307e4

Browse files
committed
Fix typo in Select2 style for demo.html.
1 parent b073175 commit 66307e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body > .select2-container.open {
6161
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
6262
margin-top: 4px; /* FIXME hardcoded value :-/ */
6363
}
64-
.ui-select-container[theme="select2"].direction-up .select2-dropdown-open .ui-select-match {
64+
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
6565
border-bottom-color: #5897fb;
6666
}
6767

0 commit comments

Comments
 (0)