mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7375] - Share link dialog issues (#3774)
This commit is contained in:
@@ -26,6 +26,24 @@ mat-icon {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-mdc-form-field-error-wrapper:is(div) {
|
||||||
|
padding: 0;
|
||||||
|
font-size: 10px;
|
||||||
|
|
||||||
|
.mat-mdc-form-field-error {
|
||||||
|
position: relative;
|
||||||
|
top: -3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-switch:is(button).mdc-switch--selected.mdc-switch--checked .mdc-switch__handle-track .mdc-switch__handle::after {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-mdc-slide-toggle:is(mat-slide-toggle) .mdc-switch:enabled .mdc-switch__track::after {
|
||||||
|
background-color: var(--theme-blue-button-color);
|
||||||
|
}
|
||||||
|
|
||||||
mat-slide-toggle {
|
mat-slide-toggle {
|
||||||
.mdc-switch__icons {
|
.mdc-switch__icons {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user