File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
packages/components/src/components/button Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 167167 }
168168 }
169169
170+ .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :focus svg {
171+ fill : $icon-01 ;
172+ }
173+
174+ .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :hover svg {
175+ fill : $icon-01 ;
176+ }
177+
170178 .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --tooltip__trigger :focus {
171179 border-color : $focus ;
172180 }
198206 }
199207 }
200208
209+ .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost
210+ .#{$prefix } --btn__icon ,
211+ .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :hover
212+ .#{$prefix } --btn__icon {
213+ fill : $icon-01 ;
214+ }
215+
201216 .#{$prefix } --btn--ghost.#{$prefix } --btn--icon-only
202217 .#{$prefix } --btn__icon
203218 path ,
209224 .#{$prefix } --btn__icon
210225 path ,
211226 .#{$prefix } --btn--ghost.#{$prefix } --btn--icon-only [disabled ]
227+ .#{$prefix } --btn__icon ,
228+ .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost [disabled ]:hover
212229 .#{$prefix } --btn__icon {
213230 fill : $disabled-02 ;
214231 }
You can’t perform that action at this time.
0 commit comments