Skip to content

Commit 413602c

Browse files
authored
fix: remove unexpected shadow from web-component button (#19347)
1 parent 990010d commit 413602c

File tree

1 file changed

+0
-4
lines changed
  • packages/web-components/src/components/button

1 file changed

+0
-4
lines changed

packages/web-components/src/components/button/button.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ $css--plex: true !default;
3333
.#{$prefix}--btn {
3434
flex-grow: 1;
3535
max-inline-size: 100%;
36-
37-
&:not(:focus) {
38-
box-shadow: to-rem(-1px) to-rem(-1px) 0 0 $button-separator;
39-
}
4036
}
4137
}
4238

0 commit comments

Comments
 (0)