Search and Top Navigation
#8396 closed bug (fixed)
Opened June 13, 2012 07:11PM UTC
Closed June 13, 2012 08:39PM UTC
Use of !important in jquery-ui.css should be avoided
Reported by: | rthapar | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.css-framework | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Use of !important in jquery-ui.css should be avoided. The use of a specific selector should be enough to get the desired effect. This way, the end user of jquery-ui does not have to riddle their .css files with !important to override the jquery-ui.css file's properties.
Here is a fiddle exemplifying the issue: http://jsfiddle.net/pD9Hh/
Attachments (0)
Change History (2)
Changed June 13, 2012 07:15PM UTC by comment:1
component: | ui.core → CSS Framework |
---|