Skip to content

Commit f045832

Browse files
committed
Fix CSS for inputs on disabled sliders
1 parent 6ebe074 commit f045832

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • components/dash-core-components/src/components/css

components/dash-core-components/src/components/css/sliders.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
display: block;
8484
}
8585

86-
.dash-slider-thumb[data-disabled] {
86+
.dash-slider-thumb[data-disabled],
87+
.dash-range-slider-input:disabled {
8788
cursor: not-allowed;
8889
opacity: 0.5;
8990
}

0 commit comments

Comments
 (0)