Skip to content

Commit 2f29e06

Browse files
authored
Merge pull request ONLYOFFICE#21 from ONLYOFFICE/fix/fixForSelect2
Select2 view fixes.
2 parents b4e74b1 + 56f9cb5 commit 2f29e06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdkjs-plugins/v1/plugins-ui.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdkjs-plugins/v1/plugins.css

+3
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ a.aboutlink:active {
406406
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
407407
background-color: #7d858c !important;
408408
}
409+
.select2-search.select2-search--dropdown .select2-selection__arrow {
410+
cursor: pointer !important
411+
}
409412
/*
410413
* Container style
411414
*/

0 commit comments

Comments
 (0)