diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2012-11-22 22:43:18 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-22 22:45:03 -0500 |
commit | 421aeaa08135e747ff9f2a59974c26b350cdcda7 (patch) | |
tree | f596f2c089c6f20c3ae7591813dd176327818060 /grunt.js | |
parent | a217bd3b160960f8d2ffb9f6a72df7e408c7a52e (diff) | |
download | jquery-ui-421aeaa08135e747ff9f2a59974c26b350cdcda7.tar.gz jquery-ui-421aeaa08135e747ff9f2a59974c26b350cdcda7.zip |
Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - Slider: Visual issues with disabled slider in IE8
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,8 +299,8 @@ grunt.initConfig({ }), // TODO consider reenabling some of these rules rules: { + "adjoining-classes": false, "import": false, - "important": false, "outline-none": false, // especially this one "overqualified-elements": false, |