Skip to content

Commit

Permalink
Revert "[ACA-2069] fix blue slider issue (#854)"
Browse files Browse the repository at this point in the history
This reverts commit 84b0cd4.
  • Loading branch information
Martin Muller committed May 15, 2019
1 parent 1c18f6c commit 38bdea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
@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;
Expand Down
2 changes: 0 additions & 2 deletions src/app/ui/custom-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@import '../dialogs/node-versions/node-versions.dialog.theme';
@import '../components/create-menu/create-menu.component.scss';
@import '../components/layout/layout.theme.scss';
@import '../components/shared/content-node-share/content-node-share.dialog.scss';

@import './overrides/adf-toolbar.theme';
@import 'overrides/adf-layout-container.theme';
Expand Down Expand Up @@ -76,7 +75,6 @@ $warn: map-get($custom-theme, warn);
@include aca-current-user-theme($theme);
@include aca-context-menu-theme($theme);
@include app-create-menu-theme($theme);
@include aca-share-dialog-theme($theme);
}

//Custom variables - ACA specific styling:
Expand Down

0 comments on commit 38bdea5

Please sign in to comment.