Ticket #8396 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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/
Change History
comment:2 Changed 11 months ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of !important in jquery-ui.css should be avoided.
Changeset: 664777d0aa14381cb5c640be828ca12b9ce64efc
Note: See
TracTickets for help on using
tickets.

