Revert "fix(SW-2101): do not apply underline to Material icons inside Link and Button"

This reverts commit 35f9c3aab5.
This commit is contained in:
Michael Zetterberg
2025-04-02 10:29:43 +02:00
parent b6db9757d8
commit be04600863
7 changed files with 8 additions and 78 deletions

View File

@@ -278,10 +278,7 @@ a.default {
.baseText:focus,
.baseText:hover {
color: var(--Base-Button-Text-On-Fill-Hover);
& span:not(:global(.material-symbols)) {
text-decoration: underline;
}
text-decoration: underline;
}
.baseText:disabled {
@@ -300,6 +297,7 @@ a.default {
.icon.baseText:focus svg *,
.icon.baseText:hover svg * {
fill: var(--Base-Button-Text-On-Fill-Hover);
text-decoration: underline;
}
.icon.baseText:disabled svg,