mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4009] Fix pagination styling (#2783)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user