From df71e4c4b6580f166fb51665fdfbcd644b458743 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 12 Jan 2021 14:25:23 -0300 Subject: [PATCH] fix --- _sass/helpers.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/helpers.scss b/_sass/helpers.scss index 15c2301..fb87fb2 100644 --- a/_sass/helpers.scss +++ b/_sass/helpers.scss @@ -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}); } }