File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ const StyledButton = styled.button`
66
66
color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
67
67
background-color: ${ ( { kind } ) =>
68
68
prop ( `Button.${ kind } .disabled.background` ) } ;
69
- border-color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.border` ) } ;
70
- cursor: not-allowed;
71
- }
69
+ border-color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.border` ) } ;
70
+ cursor: not-allowed;
71
+
72
72
svg * {
73
73
fill: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
74
74
}
@@ -144,6 +144,7 @@ const StyledIconButton = styled.button`
144
144
fill: ${ ( { kind } ) => prop ( `Button.${ kind } .active.foreground` ) } ;
145
145
}
146
146
}
147
+
147
148
&:disabled {
148
149
color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
149
150
background-color: ${ ( { kind } ) =>
You can’t perform that action at this time.
0 commit comments