a11y : interractions sur la pagination (hover, active et focus)

master
jeanmarie 4 months ago
parent 81f8ad4c96
commit fcf1798009

@ -33,11 +33,11 @@
padding: 0 0.5em;
text-align: center;
&.on {
&.on, &:hover, &:active, &:focus {
background-color: _palette(accent);
color: _palette(bg) !important;
&:hover {
&:hover, &:focus {
background-color: lighten(_palette(accent), 3);
}

Loading…
Cancel
Save