* Add banner link underline

* Add banner link underline thickness change on hover

* Add changeset

* Update notification

* Increase underline thickness on hover
This commit is contained in:
Ming Ho 2024-10-02 15:38:01 -07:00 коммит произвёл GitHub
Родитель 10ae4b14f7
Коммит cfec0da198
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
---
'@microsoft/atlas-css': patch
---
Add underline to banner and notification links

Просмотреть файл

@ -53,10 +53,15 @@ $banner-dismiss-margin: $spacer-2 !default;
a:not(.button) {
color: currentColor;
font-weight: $weight-semibold;
text-decoration: underline;
.theme-high-contrast & {
color: $hyperlink;
}
&:hover {
text-decoration-thickness: 0.15em;
}
}
}

Просмотреть файл

@ -72,9 +72,15 @@ $notification-dismiss-margin: $spacer-2 !default;
}
a:not(.button) {
text-decoration: underline;
.theme-high-contrast & {
color: $hyperlink;
}
&:hover {
text-decoration-thickness: 0.15em;
}
}
.notification-title {