This commit is contained in:
f 2021-01-12 14:25:23 -03:00
parent 8c59f050d4
commit df71e4c4b6

View file

@ -246,8 +246,8 @@
// Cambiar el fondo al pasar por encima o hacer foco
.hover-bg-#{$color} {
&:hover {
&:focus-within,
&:hover,
&:focus-within {
background-color: var(--#{$color});
}
}