Fix colors of expansion panels

pull/4003/head
twanariens 4 years ago
parent 38635efeff
commit f0853e9647

@ -93,4 +93,10 @@
.mat-form-field.mat-focused .mat-form-field-ripple{ .mat-form-field.mat-focused .mat-form-field-ripple{
background-color: $ombi-active; background-color: $ombi-active;
} }
@media (hover: none){
.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{
background: $ombi-background-accent;
}
}

Loading…
Cancel
Save