Skip to content

Commit 75d8cb2

Browse files
committed
search-editor: Fix operator border-radius in filter-editor in Safari
1 parent b7121fc commit 75d8cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/css/search-editor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
select:not([multiple]) {
2222
.appearance(none);
23-
border-radius: 0;
2423
padding-right: 1.5625em;
2524
background-image: url('@{iplWebAssets}/img/select-icon-text-color.svg');
2625
background-repeat: no-repeat;
2726
background-position: right center;
2827
background-size: contain;
28+
.rounded-corners(0);
2929
}
3030

3131
i.icon:before {

0 commit comments

Comments
 (0)