mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
fix: cross that does nothing in calendar page
This commit is contained in:
parent
60d20e764d
commit
678b81e790
1 changed files with 5 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue