diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f4c3d86a8..0cc394c8e 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -39,7 +39,7 @@ body { | |||
39 | --menuBackgroundColor: #{$menu-background}; | 39 | --menuBackgroundColor: #{$menu-background}; |
40 | --menuForegroundColor: #{$menu-color}; | 40 | --menuForegroundColor: #{$menu-color}; |
41 | 41 | ||
42 | --submenuColor: #{$sub-menu-color}; | 42 | --submenuBackgroundColor: #{$sub-menu-background-color}; |
43 | --channelBackgroundColor: #{$channel-background-color}; | 43 | --channelBackgroundColor: #{$channel-background-color}; |
44 | 44 | ||
45 | --inputForegroundColor: #{$input-foreground-color}; | 45 | --inputForegroundColor: #{$input-foreground-color}; |
@@ -156,7 +156,7 @@ my-input-toggle-hidden ::ng-deep input { | |||
156 | } | 156 | } |
157 | 157 | ||
158 | .sub-menu { | 158 | .sub-menu { |
159 | background-color: pvar(--submenuColor); | 159 | background-color: pvar(--submenuBackgroundColor); |
160 | width: 100%; | 160 | width: 100%; |
161 | display: flex; | 161 | display: flex; |
162 | align-items: center; | 162 | align-items: center; |
@@ -267,7 +267,7 @@ my-input-toggle-hidden ::ng-deep input { | |||
267 | opacity: 0.6; | 267 | opacity: 0.6; |
268 | 268 | ||
269 | &.active { | 269 | &.active { |
270 | background-color: pvar(--submenuColor); | 270 | background-color: pvar(--submenuBackgroundColor); |
271 | } | 271 | } |
272 | 272 | ||
273 | &.active, &:hover, &:active, &:focus { | 273 | &.active, &:hover, &:active, &:focus { |