UX: fix CSS when selecting the weekend in the opening hours selector

This commit is contained in:
Pieter Vander Vennet 2023-10-30 00:43:43 +01:00
parent 67b62947a0
commit a0218253ce

View file

@ -47,6 +47,10 @@
background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--subtle-detail-color) 7px)
}
.oh-timecell-selected.oh-timecell-5:not(.oh-timecell-half), .oh-timecell-selected.oh-timecell-6:not(.oh-timecell-half) {
background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--subtle-detail-color) 7px)
}
.oh-timecell-half {
border-bottom: 1px solid #ddd;
background: var(--subtle-detail-color);