Skip to content

Commit 5b2d81b

Browse files
madsrasmusseniOvergaard
authored andcommitted
don't expand on hover
1 parent e720227 commit 5b2d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-range-slider/lib/uui-range-slider.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ export class UUIRangeSliderElement extends UUIFormControlMixin(LitElement, '') {
778778
background-color: var(--color-hover);
779779
}
780780
781-
#inner-color-thumb:hover .color {
781+
:host(:not([readonly])) #inner-color-thumb:hover .color {
782782
height: 5px;
783783
background-color: var(--color-hover);
784784
}

0 commit comments

Comments
 (0)