Skip to content

Commit

Permalink
fix(ds-theme): use default background color for track and thumb when …
Browse files Browse the repository at this point in the history
…hovering slider (#1237)

Co-authored-by: Napat Bualoy <[email protected]>
  • Loading branch information
efx-grid and bualoy-napat authored Dec 17, 2024
1 parent a0a1b19 commit 6994503
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ds-theme/src/custom-elements/ef-slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
border-radius: @cont-radius-common-2xl;
}
&:hover {
[part='thumb'],
[part='track-wrapper'] {
background-color: @cont-color-control-bg-moderate;
}

[part='thumb'] {
border-color: @slider-thumb-hover-border-color;
}
Expand Down

0 comments on commit 6994503

Please sign in to comment.