mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
committed by
Denys Vuika
parent
23ad4190e3
commit
84b0cd4e7e
@@ -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;
|
||||
|
@@ -12,6 +12,7 @@
|
||||
@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-search-filter.theme';
|
||||
@@ -95,4 +96,5 @@ $custom-theme: mat-light-theme($custom-theme-primary, $custom-theme-accent);
|
||||
@include aca-current-user-theme($theme);
|
||||
@include aca-context-menu-theme($theme);
|
||||
@include app-create-menu-theme($theme);
|
||||
@include aca-share-dialog-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user