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/app/shared | |
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/app/shared')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-about-accordion.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-about-accordion.component.scss b/client/src/app/shared/shared-instance/instance-about-accordion.component.scss index 275600d60..2f6b420e3 100644 --- a/client/src/app/shared/shared-instance/instance-about-accordion.component.scss +++ b/client/src/app/shared/shared-instance/instance-about-accordion.component.scss | |||
@@ -31,7 +31,7 @@ ngb-accordion ::ng-deep { | |||
31 | padding: 0; | 31 | padding: 0; |
32 | 32 | ||
33 | & + .collapse.show { | 33 | & + .collapse.show { |
34 | background-color: var(--submenuColor); | 34 | background-color: var(--submenuBackgroundColor); |
35 | } | 35 | } |
36 | } | 36 | } |
37 | } | 37 | } |