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 <[email protected]>
  • Loading branch information
ShGKme committed Feb 4, 2025
1 parent bc9b61a commit 44aac60
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 44aac60

Please sign in to comment.