File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
packages/components/src/components/button Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 162162 }
163163 }
164164
165- .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :focus svg ,
166- .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :hover svg {
167- fill : $icon-01 ;
168- }
169-
170165 .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --tooltip__trigger :focus {
171166 border-color : $focus ;
172167
224219 .#{$prefix } --btn__icon ,
225220 .#{$prefix } --btn.#{$prefix } --btn--icon-only.#{$prefix } --btn--ghost :hover
226221 .#{$prefix } --btn__icon {
227- fill : $icon-01 ;
228-
229222 // Windows, Firefox HCM Fix
230223 @media screen and (-ms-high-contrast : active ),
231224 screen and (prefers-contrast ) {
238231
239232 .#{$prefix } --btn--ghost.#{$prefix } --btn--icon-only
240233 .#{$prefix } --btn__icon
241- path ,
234+ path :not ([ data-icon-path ]) ,
242235 .#{$prefix } --btn--ghost.#{$prefix } --btn--icon-only .#{$prefix } --btn__icon {
243236 fill : $icon-01 ;
244237 }
Original file line number Diff line number Diff line change 9696 }
9797
9898 .#{$prefix } --btn__icon ,
99- .#{$prefix } --btn__icon path {
99+ .#{$prefix } --btn__icon path :not ([ data-icon-path ]) {
100100 fill : $icon-color ;
101101 }
102102}
You can’t perform that action at this time.
0 commit comments