Skip to content

Commit

Permalink
fix(core): Icons fix mask shorthand (#8711)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Aug 27, 2024
1 parent 918e11f commit a292756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/core/styles/components/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ tui-icon {

content: '';
display: block;
mask: var(--t-icon) no-repeat center/contain intersect;
mask: var(--t-icon) no-repeat center/contain;
mask-composite: intersect;
background: currentColor;
}
}

0 comments on commit a292756

Please sign in to comment.