diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:56:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:56:42 +0200 |
commit | 5351a0584f528e4ddb9c3c99329ba88e0ca8288e (patch) | |
tree | ebebba8b09aa536337bb645775296abe9e7c2690 /client/src/sass | |
parent | 0fc9843215038f4bfae60f7b68c0dc231dc27570 (diff) | |
download | PeerTube-5351a0584f528e4ddb9c3c99329ba88e0ca8288e.tar.gz PeerTube-5351a0584f528e4ddb9c3c99329ba88e0ca8288e.tar.zst PeerTube-5351a0584f528e4ddb9c3c99329ba88e0ca8288e.zip |
Replace local menu icon
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 06e55532a..4f2421aea 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -62,7 +62,8 @@ | |||
62 | 62 | ||
63 | @mixin apply-svg-color ($color) { | 63 | @mixin apply-svg-color ($color) { |
64 | ::ng-deep .feather, | 64 | ::ng-deep .feather, |
65 | ::ng-deep .material { | 65 | ::ng-deep .material, |
66 | ::ng-deep .misc { | ||
66 | color: $color; | 67 | color: $color; |
67 | } | 68 | } |
68 | } | 69 | } |