Fix colors of expansion panels

This commit is contained in:
twanariens 2021-01-24 21:50:31 +01:00
commit f0853e9647

View file

@ -94,3 +94,9 @@
.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;
}
}