Skip to content

Commit 56d7892

Browse files
authored
refactor: removed deprecated declaration
we could get rid of this declaration, as it was mainly included for older Safari versions: https://caniuse.com/?search=alt
1 parent 4750ed9 commit 56d7892

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/foundations/scss/icons/_icon-helpers.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ $default-icon-font-size: var(--db-icon-font-size, #{$default-icon-size-rem});
123123

124124
%icon {
125125
@include icon-content($default-icon-content); // TODO: ONLY FOR data-icon
126-
// Hiding icon from screenreaders
127-
-webkit-alt: "";
128-
alt: "";
129126
color: var(--db-icon-color, inherit);
130127
display: inline-block;
131128

0 commit comments

Comments
 (0)