fix
This commit is contained in:
parent
8c59f050d4
commit
df71e4c4b6
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@
|
||||||
|
|
||||||
// Cambiar el fondo al pasar por encima o hacer foco
|
// Cambiar el fondo al pasar por encima o hacer foco
|
||||||
.hover-bg-#{$color} {
|
.hover-bg-#{$color} {
|
||||||
&:hover {
|
&:hover,
|
||||||
&:focus-within,
|
&:focus-within {
|
||||||
background-color: var(--#{$color});
|
background-color: var(--#{$color});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue