mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7529] - Columns visibility dropdown has broken styles (#3783)
This commit is contained in:
committed by
MichalKinas
parent
a41f053d33
commit
4e3a571b26
@@ -22,6 +22,14 @@ mat-icon {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdc-button {
|
||||||
|
&.mat-primary {
|
||||||
|
.mdc-button__label {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mdc-button:active {
|
.mdc-button:active {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@@ -36,6 +44,35 @@ mat-icon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-mdc-checkbox {
|
||||||
|
.mdc-form-field {
|
||||||
|
height: 24px;
|
||||||
|
|
||||||
|
.mdc-checkbox {
|
||||||
|
padding: 0;
|
||||||
|
margin-right: 2px;
|
||||||
|
|
||||||
|
input {
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-checkbox__background {
|
||||||
|
top: 1px;
|
||||||
|
left: 0;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-mdc-checkbox-touch-target {
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mdc-switch:is(button).mdc-switch--selected.mdc-switch--checked .mdc-switch__handle-track .mdc-switch__handle::after {
|
.mdc-switch:is(button).mdc-switch--selected.mdc-switch--checked .mdc-switch__handle-track .mdc-switch__handle::after {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user