From 07484ee190f16438c36c741885e98592e13026fd Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 27 Jul 2021 16:02:45 -0400 Subject: [PATCH] fix: remove unused less variables --- resources/skins.citizen.styles/common/cssvariables.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/skins.citizen.styles/common/cssvariables.less b/resources/skins.citizen.styles/common/cssvariables.less index 7f197e36..2a044161 100644 --- a/resources/skins.citizen.styles/common/cssvariables.less +++ b/resources/skins.citizen.styles/common/cssvariables.less @@ -34,8 +34,6 @@ --background-color-quiet--hover: @background-color-quiet--hover; --background-color-quiet--active: @background-color-quiet--active; - --background-color-primary--hover: @background-color-primary--hover; - --background-color-primary--active: @background-color-primary--active; --background-color-destructive: @background-color-destructive; --background-color-warning: @background-color-warning; --background-color-success: @background-color-success; @@ -128,8 +126,6 @@ html { --background-color-quiet--hover: @dark-background-color-quiet--hover; --background-color-quiet--active: @dark-background-color-quiet--active; - --background-color-primary--hover: @dark-background-color-primary--hover; - --background-color-primary--active: @dark-background-color-primary--active; --background-color-destructive: @dark-background-color-destructive; --background-color-warning: @dark-background-color-warning; --background-color-success: @dark-background-color-success;