diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-02 15:45:27 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-02 16:26:18 +0100 |
commit | 3fbba1d28a80b9e8bd97b422280a7465c5f7c89f (patch) | |
tree | c1f334ee1a4f6086947120ff7312d105783153c6 /client/src/app/shared/buttons | |
parent | 29128b2f5ce00093ad81b4b72daae0e3444fd5a8 (diff) | |
download | PeerTube-3fbba1d28a80b9e8bd97b422280a7465c5f7c89f.tar.gz PeerTube-3fbba1d28a80b9e8bd97b422280a7465c5f7c89f.tar.zst PeerTube-3fbba1d28a80b9e8bd97b422280a7465c5f7c89f.zip |
Display all miniature actions on hover and focus
Diffstat (limited to 'client/src/app/shared/buttons')
-rw-r--r-- | client/src/app/shared/buttons/action-dropdown.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 2f7e848d5..e33aa8d24 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss | |||
@@ -34,7 +34,7 @@ | |||
34 | width: 21px; | 34 | width: 21px; |
35 | 35 | ||
36 | ::ng-deep { | 36 | ::ng-deep { |
37 | @include apply-svg-color(var(--mainForegroundColor)); | 37 | @include apply-svg-color(var(--actionButtonColor)); |
38 | } | 38 | } |
39 | } | 39 | } |
40 | 40 | ||