UI: fix small issues to OpeningHours picker, cleanup obsolete file

This commit is contained in:
Pieter Vander Vennet 2025-04-04 01:51:58 +02:00
parent 3ba7e57ec1
commit e92dae92b7
6 changed files with 16 additions and 77 deletions

View file

@ -44,16 +44,16 @@
}
.oh-timecell.oh-timecell-5:not(.oh-timecell-half), .oh-timecell.oh-timecell-6:not(.oh-timecell-half) {
background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--subtle-detail-color) 7px)
background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--low-interaction-background) 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)
background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--low-interaction-background) 7px)
}
.oh-timecell-half {
border-bottom: 1px solid #ddd;
background: var(--subtle-detail-color);
background: var(--low-interaction-background);
}