aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/buttons')
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.scss2
-rw-r--r--client/src/app/shared/buttons/button.component.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss
index 7c2b0db71..2f7e848d5 100644
--- a/client/src/app/shared/buttons/action-dropdown.component.scss
+++ b/client/src/app/shared/buttons/action-dropdown.component.scss
@@ -33,7 +33,7 @@
33 .more-icon { 33 .more-icon {
34 width: 21px; 34 width: 21px;
35 35
36 /deep/ { 36 ::ng-deep {
37 @include apply-svg-color(var(--mainForegroundColor)); 37 @include apply-svg-color(var(--mainForegroundColor));
38 } 38 }
39 } 39 }
diff --git a/client/src/app/shared/buttons/button.component.scss b/client/src/app/shared/buttons/button.component.scss
index 4cc2b0573..2a8cfc748 100644
--- a/client/src/app/shared/buttons/button.component.scss
+++ b/client/src/app/shared/buttons/button.component.scss
@@ -1,7 +1,7 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4my-small-loader /deep/ .root { 4my-small-loader ::ng-deep .root {
5 display: inline-block; 5 display: inline-block;
6 margin: 0 3px 0 0; 6 margin: 0 3px 0 0;
7 width: 20px; 7 width: 20px;