We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a217bd3 commit 421aeaaCopy full SHA for 421aeaa
grunt.js
@@ -299,8 +299,8 @@ grunt.initConfig({
299
}),
300
// TODO consider reenabling some of these rules
301
rules: {
302
+ "adjoining-classes": false,
303
"import": false,
- "important": false,
304
"outline-none": false,
305
// especially this one
306
"overqualified-elements": false,
themes/base/jquery.ui.slider.css
@@ -28,6 +28,12 @@
28
background-position: 0 0;
29
}
30
31
+/* For IE8 - See #6727 */
32
+.ui-slider.ui-state-disabled .ui-slider-handle,
33
+.ui-slider.ui-state-disabled .ui-slider-range {
34
+ filter: inherit;
35
+}
36
+
37
.ui-slider-horizontal {
38
height: .8em;
39
0 commit comments