From 678b81e79018b323d50470cabc5e216aaa03d242 Mon Sep 17 00:00:00 2001 From: Nathan FONTEYNE Date: Thu, 16 Jul 2026 12:14:23 +0200 Subject: [PATCH] fix: cross that does nothing in calendar page --- public/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0491a03..408ae61 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -919,8 +919,10 @@ a.back-link:hover { color: var(--accent); } /* ---------- Calendar (availability) ---------- */ -.calendar-filters-toggle, -.calendar-filters-close { display: none; } +/* button. prefix needed so this outweighs button.icon-btn's own + `display: inline-flex` (same 720px-and-below rule further down). */ +button.calendar-filters-toggle, +button.calendar-filters-close { display: none; } .calendar-header-actions { display: flex; @@ -1196,7 +1198,7 @@ a.back-link:hover { color: var(--accent); } .profile-header { flex-direction: column; text-align: center; } - .calendar-filters-close { display: inline-flex; } + button.calendar-filters-close { display: inline-flex; } .calendar-header-actions { width: 100%; } .calendar-header-actions button {