aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-02 15:45:27 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-02 16:26:18 +0100
commit3fbba1d28a80b9e8bd97b422280a7465c5f7c89f (patch)
treec1f334ee1a4f6086947120ff7312d105783153c6 /client/src/app/shared/buttons
parent29128b2f5ce00093ad81b4b72daae0e3444fd5a8 (diff)
downloadPeerTube-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.scss2
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