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`
6666 color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
6767 background-color: ${ ( { kind } ) =>
6868 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+
7272 svg * {
7373 fill: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
7474 }
@@ -144,6 +144,7 @@ const StyledIconButton = styled.button`
144144 fill: ${ ( { kind } ) => prop ( `Button.${ kind } .active.foreground` ) } ;
145145 }
146146 }
147+
147148 &:disabled {
148149 color: ${ ( { kind } ) => prop ( `Button.${ kind } .disabled.foreground` ) } ;
149150 background-color: ${ ( { kind } ) =>
You can’t perform that action at this time.
0 commit comments