We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b545502 commit 0e194edCopy full SHA for 0e194ed
1 file changed
src/components/button/index.css
@@ -11,28 +11,28 @@
11
cursor: pointer;
12
user-select: none;
13
14
- &[class*="--primary"] {
+ &[class$="--primary"] {
15
background-color: #f6f8fa;
16
box-shadow: 0px 1px 0px 0px #1f23280a;
17
border-color: #d1d9e0;
18
color: #25292e;
19
}
20
21
- &[class*="--default"] {
+ &[class$="--default"] {
22
23
24
25
26
27
28
- &[class*="--invisible"] {
+ &[class$="--invisible"] {
29
30
31
32
33
34
35
- &[class*="--danger"] {
+ &[class$="--danger"] {
36
37
38
0 commit comments