bug1978572-store.renishaw.com-fix-range-sliders.css (695B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * store.renishaw.com - fix product dual-sliders 7 * Bug #1978572 - https://bugzilla.mozilla.org/show_bug.cgi?id=1978572 8 * WebCompat issue #168051 - https://webcompat.com/issues/168051 9 */ 10 input[type="range"].range-selector, 11 input[type="range"].range-selector + div, 12 input[type="range"].range-selector::-moz-range-track, 13 input[type="range"].range-selector::-moz-range-progress { 14 pointer-events: none; 15 } 16 input[type="range"].range-selector::-moz-range-thumb { 17 pointer-events: all; 18 }