Skip to content

Commit

Permalink
fix(core): Icon fix for old safari (#9917)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Dec 4, 2024
1 parent 31a6ecb commit 8c3a228
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion projects/core/styles/components/icon.less
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@ tui-icon {
content: '';
display: block;
mask: var(--t-icon) no-repeat center/contain;
mask-composite: intersect;
background: currentColor;
}
}
1 change: 1 addition & 0 deletions projects/kit/directives/icon-badge/icon-badge.style.less
Original file line number Diff line number Diff line change
@@ -15,5 +15,6 @@
&[style*='--t-icon-badge:']::after {
mask-image: var(--t-icon),
radial-gradient(circle at bottom 0.1em right 0.1em, transparent calc(0.4em - 0.5px), #000 0.4em);
mask-composite: intersect;
}
}

0 comments on commit 8c3a228

Please sign in to comment.