diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
commit | a334597283a3384fa4df7b6b25fd2a9ff9221467 (patch) | |
tree | 1125357d4486d8b9a52750f44697cae607e217da /client/src/app/+videos/+video-watch | |
parent | 4c8a099198cd3af049847df91140735354b85a92 (diff) | |
download | PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.gz PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.zst PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.zip |
Theme fixes
Diffstat (limited to 'client/src/app/+videos/+video-watch')
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss index 023d625e9..ac228bafa 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss | |||
@@ -56,8 +56,8 @@ form { | |||
56 | width: $markdown-icon-width; | 56 | width: $markdown-icon-width; |
57 | 57 | ||
58 | svg { | 58 | svg { |
59 | color: $input-border-color; | 59 | color: pvar(--inputBorderColor); |
60 | fill: $input-border-color; | 60 | fill: pvar(--inputBorderColor); |
61 | border-radius: 3px; | 61 | border-radius: 3px; |
62 | } | 62 | } |
63 | } | 63 | } |
@@ -66,7 +66,7 @@ form { | |||
66 | &:active, | 66 | &:active, |
67 | &:hover { | 67 | &:hover { |
68 | my-global-icon svg { | 68 | my-global-icon svg { |
69 | background-color: $input-border-color; | 69 | background-color: pvar(--inputBorderColor); |
70 | color: pvar(--mainBackgroundColor); | 70 | color: pvar(--mainBackgroundColor); |
71 | fill: pvar(--mainBackgroundColor); | 71 | fill: pvar(--mainBackgroundColor); |
72 | } | 72 | } |