[ACA-2069] fix blue slider issue (#854)

* [ACA-2069] fix blue slider issue

that appeared after upgrading material to 7.1.0

* [ACA-2069] relocate the style changes
This commit is contained in:
Suzana Dirla
2018-12-05 16:54:22 +02:00
committed by Denys Vuika
parent 23ad4190e3
commit 84b0cd4e7e
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
@mixin aca-share-dialog-theme($theme) {
$accent: map-get($theme, accent);
// fixes [ACA-2069]
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) {
.mat-slide-toggle-thumb {
background-color: mat-color($accent);
}
.mat-slide-toggle-bar {
background-color: mat-color($accent, 0.54);
}
}
}
@mixin adf-share-link-typography {
letter-spacing: -0.4px;
line-height: 2;