Skip to content

Commit 926d97d

Browse files
authored
Use border-color instead of drop shadow for sort control widget. (#8318)
1 parent 1a0755f commit 926d97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/web_css/lib/src/_list.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
.sort-control-popup {
5656
display: none;
5757

58-
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
58+
border: 2px solid var(--pub-neutral-borderColor);
59+
border-radius: 4px;
5960
position: absolute;
6061
right: 0px;
6162
white-space: nowrap;

0 commit comments

Comments
 (0)