Skip to content

Commit

Permalink
ENGCOM-3974: [Backport] Fixed admin multiselect and select ui arrow t…
Browse files Browse the repository at this point in the history
…oggle issue #20616
  • Loading branch information
sidolov authored Feb 13, 2019
2 parents 4b15d8c + 313bda7 commit b363b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class="action-select admin__action-multiselect"
data-role="advanced-select"
data-bind="
css: {_active: multiselectFocus},
css: {_active: listVisible},
click: function(data, event) {
toggleListVisible(data, event)
}
Expand All @@ -52,7 +52,7 @@
class="action-select admin__action-multiselect"
data-role="advanced-select"
data-bind="
css: {_active: multiselectFocus},
css: {_active: listVisible},
click: function(data, event) {
toggleListVisible(data, event)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
cursor: pointer;
}

&:focus {
&:active {
background-image+: url('../images/arrows-bg.svg');
background-position+: ~'calc(100% - 12px)' 13px;

Expand Down

0 comments on commit b363b3a

Please sign in to comment.