aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2012-11-22 22:43:18 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-22 22:45:03 -0500
commit421aeaa08135e747ff9f2a59974c26b350cdcda7 (patch)
treef596f2c089c6f20c3ae7591813dd176327818060 /grunt.js
parenta217bd3b160960f8d2ffb9f6a72df7e408c7a52e (diff)
downloadjquery-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 524421be7..f43648870 100644
--- a/grunt.js
+++ b/grunt.js
@@ -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,