Skip to content

Commit

Permalink
fix: timepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal committed Nov 13, 2024
1 parent 8c2aaf9 commit fb98455
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
transition: opacity $duration-fast-01 motion(standard, productive);
}

.#{$prefix}--select--readonly .#{$prefix}--select-input__wrapper::before {
background-color: $border-subtle !important; /* stylelint-disable-line declaration-no-important */
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
transition: none;
}

.#{$prefix}--time-picker--fluid__wrapper
.#{$prefix}--select-input__wrapper::after {
inset-inline-end: 0;
Expand Down

0 comments on commit fb98455

Please sign in to comment.