Skip to content

Commit 332b133

Browse files
committed
fix: add minor button reset styles
1 parent 1c12bf9 commit 332b133

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
// [1]
1717
display: inline-flex;
1818
outline: none; // [2]
19+
20+
&[type="button"],
21+
&[type="reset"],
22+
&[type="submit"] {
23+
-webkit-appearance: none;
24+
}
1925
}
2026

2127
.c-bolt-button {

0 commit comments

Comments
 (0)