Skip to content

Commit

Permalink
Fixed admin multiselect and select ui arrow toggle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niravkrish committed Jan 20, 2019
1 parent 8170336 commit b8fa8f3
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 b8fa8f3

Please sign in to comment.