From ce06976281fd9be6cbd25a265bfadaae39c38ff6 Mon Sep 17 00:00:00 2001 From: Edmund Dunn <109987005+edmund-dunn@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:12:33 -0800 Subject: [PATCH] VACMS-20126: stylelint fx --- .../custom/vagovclaro/assets/scss/components/_toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docroot/themes/custom/vagovclaro/assets/scss/components/_toolbar.scss b/docroot/themes/custom/vagovclaro/assets/scss/components/_toolbar.scss index 060fd39662..9d2c64a3d6 100644 --- a/docroot/themes/custom/vagovclaro/assets/scss/components/_toolbar.scss +++ b/docroot/themes/custom/vagovclaro/assets/scss/components/_toolbar.scss @@ -35,8 +35,8 @@ body.toolbar-fixed { &:hover:active, &:hover, &:focus { - color: var(--va-blue-dark) !important; background-color: var(--va-blue-lightest) !important; + color: var(--va-blue-dark) !important; } &:focus { @@ -133,8 +133,8 @@ body.toolbar-fixed { &:hover:active, &:hover, &:focus { - color: var(--va-blue-dark) !important; background-color: var(--va-blue-lightest) !important; + color: var(--va-blue-dark) !important; } &:focus {