97732 Header buttons now behave consistently on hover

This commit is contained in:
Koen Pauwels
2023-01-27 11:03:18 +01:00
parent 40de69dfec
commit e717e610f9
8 changed files with 11 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
color: var(--ds-header-icon-color);
background-color: var(--ds-header-bg);
&:hover, &focus {
&:hover, &:focus {
color: var(--ds-header-icon-color-hover);
}
}