[ACS-4009] Fix pagination styling (#2783)

This commit is contained in:
MichalKinas 2022-11-16 17:21:42 +01:00 committed by GitHub
parent 9a354656b9
commit cc9af931c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ $contrast-gray: #646569;
.mat-icon-button, .mat-button, .mat-checkbox, .mat-raised-button {
&:focus {
@include rounded-border($focus-color);
left: 6px;
}
.mat-ripple-element {
display: none;
@ -90,6 +91,9 @@ $contrast-gray: #646569;
}
.mat-menu-item {
.mat-menu-ripple {
display: none;
}
&:focus {
@include rounded-border($focus-color);
background-color: white;
@ -97,11 +101,6 @@ $contrast-gray: #646569;
&.cdk-keyboard-focused:not([disabled]) {
background-color: white;
}
&.cdk-focused {
.mat-menu-ripple {
display: none;
}
}
}
.mat-option {