Skip to content

Commit

Permalink
style: set rounded as default
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Dec 2, 2024
1 parent 90f4a85 commit 5679992
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/x-components/src/components/base-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,18 @@
}
.x-base-slider__nouislider .noUi-handle {
height: 32px;
width: 32px;
top: -8px;
right: -16px; /* half the width */
border-radius: 9999px;
box-shadow: none;
}
.noUi-target {
border-radius: 16px;
}
.x-base-slider__nouislider .noUi-handle:before,
.x-base-slider__nouislider .noUi-handle:after {
content: none;
Expand Down

0 comments on commit 5679992

Please sign in to comment.