This commit is contained in:
Peter Maquiran
2021-10-27 15:49:45 +01:00
parent c0da0399fb
commit 6e72161019
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -436,10 +436,10 @@ td.monthview-primary-with-event {
font-weight: normal;
}
li.active{
background-color: var(--mat-selected);
background-color: var(--mat-selected) !important;
color: white;
}
li:hover{
li:hover:not(.active){
background-color: var(--mat-selected-hover);
}