Skip to content

Commit 8d87159

Browse files
TFX-98TFX-98
and
TFX-98
authored
fix: vertical slider position dot--value (#4482)
Co-authored-by: TFX-98 <[email protected]>
1 parent 0620c72 commit 8d87159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ui/src/components/va-slider/VaSlider.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
v-bind="sliderAriaAttributes(getValueByOrder(order), order)"
6969
@focus="currentSliderDotIndex = order"
7070
>
71-
<span
71+
<div
7272
v-if="isActiveDot(order)"
7373
:style="{ backgroundColor: getColor($props.color) }"
7474
class="va-slider__handler__dot--focus"
7575
/>
76-
<span
76+
<div
7777
v-if="trackLabelVisible"
7878
:style="labelStyles"
7979
class="va-slider__handler__dot--value"
@@ -84,7 +84,7 @@
8484
>
8585
{{ getTrackLabel(getValueByOrder(order), order) }}
8686
</slot>
87-
</span>
87+
</div>
8888
</button>
8989
</div>
9090
<span

0 commit comments

Comments
 (0)