Fix eww hover
All checks were successful
Nix Build / build-nixos (push) Successful in 17m33s

This commit is contained in:
soraefir 2024-05-18 08:14:56 +02:00
parent addf6baa5f
commit 4f2cf2d356
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -101,6 +101,9 @@ tooltip {
}
.modevent:hover {
@include border-active;
border-right-style: none;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.modinner {