Skip to content

Commit 2a3b8c4

Browse files
committed
fix(*): restore missing rule definition
1 parent 19f6bba commit 2a3b8c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/actionbutton/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232

233233
/* stylelint-disable-next-line property-no-vendor-prefix -- Correct the inability to style clickable types in iOS and Safari (normalize). */
234234
-webkit-appearance: button;
235+
236+
border-style: solid;
235237

236238
transition:
237239
background var(--mod-button-animation-duration, var(--spectrum-animation-duration-100)) ease-out,

0 commit comments

Comments
 (0)