implement hover and focus highlights for buttons
This commit is contained in:
parent
061c04f74f
commit
7fa1e2d35d
@ -72,6 +72,13 @@ button {
|
|||||||
background-color:
|
background-color:
|
||||||
hsl(from var(--color-primary-background) h s calc(l + 25));
|
hsl(from var(--color-primary-background) h s calc(l + 25));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
color: hsl(from var(--color-primary-text) h s calc(l + 10));
|
||||||
|
background-color:
|
||||||
|
hsl(from var(--color-primary-background) h s calc(l + 10));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header.layout {
|
header.layout {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user