fix: close button hover for sidebar
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominik Pschenitschni 2023-01-20 16:13:34 +01:00
parent 59cac0eb38
commit 23a47d6191
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -143,7 +143,6 @@ labelStore.loadAllLabels()
&:hover,
&:focus {
height: 1rem;
color: var(--grey-600);
}
}