[ACS-7529] - Columns visibility dropdown has broken styles (#3783)

This commit is contained in:
dominikiwanekhyland
2024-04-12 15:13:02 +02:00
committed by MichalKinas
parent a41f053d33
commit 4e3a571b26

View File

@@ -22,6 +22,14 @@ mat-icon {
padding: 0;
}
.mdc-button {
&.mat-primary {
.mdc-button__label {
font-weight: 700;
}
}
}
.mdc-button:active {
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 {
background-color: transparent;
}