File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ styles = jss
41
41
, flexFlow: " row"
42
42
43
43
, " &[data-joined=false] > lumi-button-group-child" :
44
- { marginRight: " 10px "
45
- , " &:last-child" : { marginRight: " 0 " }
44
+ { marginRight: 10
45
+ , " &:last-child" : { marginRight: 0 }
46
46
}
47
47
48
48
, " &[data-joined=true] > lumi-button-group-child" :
49
- { " &:not(:last-child)" :
50
- { marginRight: " -1px "
51
- , borderTopRightRadius: " 0 "
52
- , borderBottomRightRadius: " 0 "
49
+ { " &:not(:last-child) button.lumi " :
50
+ { marginRight: - 1
51
+ , borderTopRightRadius: 0
52
+ , borderBottomRightRadius: 0
53
53
}
54
- , " &:not(:first-child)" :
55
- { borderTopLeftRadius: " 0 "
56
- , borderBottomLeftRadius: " 0 "
54
+ , " &:not(:first-child) button.lumi " :
55
+ { borderTopLeftRadius: 0
56
+ , borderBottomLeftRadius: 0
57
57
}
58
58
, " &:focus" : { zIndex: ziButtonGroup }
59
59
, " &:hover" : { zIndex: ziButtonGroup }
You can’t perform that action at this time.
0 commit comments