Production release December 2023 #8

Merged
k.triantafyllou merged 7 commits from develop into master 2023-12-21 13:47:51 +01:00
1 changed files with 21 additions and 0 deletions
Showing only changes of commit 5ce6f31d0e - Show all commits

View File

@ -429,6 +429,27 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) {
}
}
.filter-button-toggle, .filter-button-toggle.mat-button-toggle-checked {
--mat-standard-button-toggle-height: @global-control-small-height;
background-color: @global-inverse-color;
& > button > span {
padding:@global-xsmall-margin;
margin: @global-xsmall-margin;
&:hover {
background-color: @global-secondary-background;
color: @global-inverse-color;
border-radius: @global-small-border-radius;
}
}
}
.filter-button-toggle.mat-button-toggle-checked > button > span {
background-color: @global-secondary-background;
color: @global-inverse-color;
border-radius: @global-small-border-radius;
}
@inverse-general-custom-external-color: @global-inverse-color;