Skip to content

Commit

Permalink
fix: cursor following review
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Nov 7, 2022
1 parent cf1eebe commit f7feb61
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@
}

// readonly
.#{$prefix}--time-picker--readonly .#{$prefix}--time-picker__input-field,
.#{$prefix}--time-picker--readonly .#{$prefix}--time-picker__input-field {
background-color: transparent;
}

.#{$prefix}--time-picker--readonly .#{$prefix}--select-input {
background-color: transparent;
cursor: default;
}

.#{$prefix}--time-picker--readonly
Expand Down

0 comments on commit f7feb61

Please sign in to comment.