Skip to content

Commit

Permalink
style: rm default box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Nov 21, 2024
1 parent 95602e9 commit 00e1ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/x-components/src/components/base-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@
padding: 0 16px;
}
.x-base-slider__nouislider .noUi-handle {
box-shadow: none;
}
.x-base-slider__nouislider .noUi-handle:before,
.x-base-slider__nouislider .noUi-handle:after {
content: none;
Expand Down

0 comments on commit 00e1ef5

Please sign in to comment.