diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:18:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:18:44 +0200 |
commit | bffee1d538aa7b51b78d646a0d372b352c073cd8 (patch) | |
tree | 333f368fa9dc7682eb25d3a72a1cfab43b558724 /client/src/app/+videos/+video-watch | |
parent | a3d7aadb6dee3c23828672ddcc1227f412674e22 (diff) | |
download | PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.tar.gz PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.tar.zst PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.zip |
Fix classic select and ng select css inconsistency
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 fb79991db..ae889dd38 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 | |||
@@ -57,8 +57,8 @@ form { | |||
57 | width: $markdown-icon-width; | 57 | width: $markdown-icon-width; |
58 | 58 | ||
59 | svg { | 59 | svg { |
60 | color: #C6C6C6; | 60 | color: $input-border-color; |
61 | fill: #C6C6C6; | 61 | fill: $input-border-color; |
62 | border-radius: 3px; | 62 | border-radius: 3px; |
63 | } | 63 | } |
64 | } | 64 | } |
@@ -67,7 +67,7 @@ form { | |||
67 | &:active, | 67 | &:active, |
68 | &:hover { | 68 | &:hover { |
69 | my-global-icon svg { | 69 | my-global-icon svg { |
70 | background-color: #C6C6C6; | 70 | background-color: $input-border-color; |
71 | color: pvar(--mainBackgroundColor); | 71 | color: pvar(--mainBackgroundColor); |
72 | fill: pvar(--mainBackgroundColor); | 72 | fill: pvar(--mainBackgroundColor); |
73 | } | 73 | } |