fix: selected styling overrides

This commit is contained in:
Carlos Valente
2025-10-08 07:11:16 +02:00
committed by Carlos Valente
parent 1d8c04d0b4
commit 9817c8f8c0
@@ -13,5 +13,5 @@
}
.current {
background-color: $blue-1100;
background-color: $blue-1100 !important; // fighting zebra styles
}