mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-4009] Fix pagination styling (#2783)
This commit is contained in:
parent
9a354656b9
commit
cc9af931c6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user