Skip to content

Commit

Permalink
[datetime] fix(TimeInput): text color when disabled in dark mode (#6007)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt authored Mar 16, 2023
1 parent 9930eac commit 7e7bd2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/datetime/src/_timepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,13 @@ $timepicker-control-width: $pt-grid-size * 3.3 !default;
.#{$ns}-timepicker-input {
color: $pt-dark-text-color;
}

&.#{$ns}-disabled {
.#{$ns}-timepicker-input,
.#{$ns}-timepicker-divider-text,
.#{$ns}-timepicker-arrow-button,
.#{$ns}-timepicker-arrow-button:hover {
color: $dark-input-color-disabled;
}
}
}

1 comment on commit 7e7bd2d

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[datetime] fix(TimeInput): text color when disabled in dark mode (#6007)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.