Skip to content

Commit 365e42e

Browse files
authored
Ui-Select css fix - single
Fix css for close action (remove item) for ui-select with multiple = false
1 parent 0c14764 commit 365e42e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-multiselect.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@
9393
height: @action__height + .1rem;
9494
top: auto;
9595
}
96+
97+
> .action-close,
98+
> .action-close:active {
99+
position: absolute;
100+
top: 0;
101+
right: 0;
102+
margin-right: 3.2rem;
103+
padding: 0.8rem 1.5rem 0.6rem;
104+
105+
&:before {
106+
font-size: 1.5rem;
107+
}
108+
}
96109
}
97110

98111
// Multiselect inside control table

0 commit comments

Comments
 (0)