Skip to content

Commit

Permalink
fix(NcDateTimePicker): selected time is not readable
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme authored and backportbot[bot] committed Feb 5, 2025
1 parent 05c6574 commit 0bcfb79
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/NcDateTimePicker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,16 @@

.mx-time-option,
.mx-time-item {
&.active,
&:hover {
&.active {
background-color: var(--color-primary-element);
color: var(--color-primary-element-text);
}

&:hover {
background-color: var(--color-background-hover);
color: var(--color-main-text);
}

&.disabled {
cursor: not-allowed;
opacity: $opacity_disabled;
Expand Down

0 comments on commit 0bcfb79

Please sign in to comment.