UX: fix CSS when selecting the weekend in the opening hours selector
This commit is contained in:
parent
67b62947a0
commit
a0218253ce
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue