File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments