Skip to content

Commit 2003d6c

Browse files
authoredJan 31, 2024
refactor: simplification (#709)
1 parent 3910012 commit 2003d6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎source/_patterns/00-base/icons/_icons.helpers.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232

3333
content: var(--icon-glyph-#{$position});
3434
// Hiding icon from screenreaders
35-
@supports (content: ""/"") {
36-
content: var(--icon-glyph-#{$position}) / ""; // https://www.w3.org/TR/css-content-3/#alt
37-
}
35+
content: var(--icon-glyph-#{$position}) / ""; // https://www.w3.org/TR/css-content-3/#alt
3836

3937
@if $partial {
4038
display: inline-block;

0 commit comments

Comments
 (0)
Please sign in to comment.