Skip to content

Commit 0e194ed

Browse files
committed
Update index.css
1 parent b545502 commit 0e194ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/button/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
cursor: pointer;
1212
user-select: none;
1313

14-
&[class*="--primary"] {
14+
&[class$="--primary"] {
1515
background-color: #f6f8fa;
1616
box-shadow: 0px 1px 0px 0px #1f23280a;
1717
border-color: #d1d9e0;
1818
color: #25292e;
1919
}
2020

21-
&[class*="--default"] {
21+
&[class$="--default"] {
2222
background-color: #f6f8fa;
2323
box-shadow: 0px 1px 0px 0px #1f23280a;
2424
border-color: #d1d9e0;
2525
color: #25292e;
2626
}
2727

28-
&[class*="--invisible"] {
28+
&[class$="--invisible"] {
2929
background-color: #f6f8fa;
3030
box-shadow: 0px 1px 0px 0px #1f23280a;
3131
border-color: #d1d9e0;
3232
color: #25292e;
3333
}
3434

35-
&[class*="--danger"] {
35+
&[class$="--danger"] {
3636
background-color: #f6f8fa;
3737
box-shadow: 0px 1px 0px 0px #1f23280a;
3838
border-color: #d1d9e0;

0 commit comments

Comments
 (0)