Fix main header display when menu is not expanded and toggle button active style

This commit is contained in:
Timothée Goguely 2024-11-20 15:24:34 +01:00
parent 92c9dcb013
commit e29738c4ab
2 changed files with 6 additions and 3 deletions

View file

@ -35,7 +35,6 @@
}
.btn.active,
.btn:active,
.btn[aria-pressed="true"],
input[type="checkbox"]:checked + .btn--primary {
--btn-background: var(--color-primary-100);