diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-31 09:07:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-31 09:07:25 +0200 |
commit | 218f730c7bceda5511d46f26191e7b1726c9ffd3 (patch) | |
tree | 7fc9c5ca188f22993d9f815c0edf1e190ddef1ef /client/src/sass/application.scss | |
parent | 733dbc535d5fecdaba9e05feb8923bc754920525 (diff) | |
download | PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.gz PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.zst PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.zip |
Theme breaking: --submenuColor becomes --submenuBackgroundColor
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 { |