Skip to content

Commit 7f3c6c8

Browse files
fix(ui): flash of border on list selection buttons (#15735)
The list selection had it's own `border: none` which overwrote the un-hovered state of the selection buttons. This is unnecessary and arose from #15728.
1 parent d570787 commit 7f3c6c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ui/src/elements/ListSelection/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
&__button {
1717
color: var(--theme-elevation-800);
1818
background: unset;
19-
border: none;
2019
text-decoration: underline;
2120
cursor: pointer;
2221
padding: 0;

0 commit comments

Comments
 (0)