Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Change select2 CSS selector to role=option
Browse files Browse the repository at this point in the history
Change is coming from select2/select2#5582 and was release with select2@4.0.9
  • Loading branch information
thinkh committed Feb 28, 2020
1 parent 3798d0b commit d20621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_select2.scss
Expand Up @@ -15,7 +15,7 @@
color: black;
}

.select2-results__option[role=treeitem] > div {
.select2-results__option[role=option] > div {
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit d20621c

Please sign in to comment.