#10816 closed task (fixed)
CSS cleanup
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Ticket to do various CSS cleanup of dijit.css and the themes, including:
- remove unnecessarily long selectors
- remove vestigal rules
- rearrange rules so that rules for each widget are together
- move cursor rules from themes to dijit.css
Change History (22)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
(In [21475]) Dialog tundra CSS cleanup including:
- shortening selectors
- removing commented out CSS
- removed the webkit shadow for Menu because it wasn't being done correctly and actually it wasn't showing up; shadow should be specified on .dijitPopup (affecting all drop downs and popups, not just menu), with an exception for tooltip since it isn't rectangular.
Refs #10816.
comment:5 Changed 11 years ago by
comment:8 Changed 11 years ago by
(In [21487]) Various tundra form CSS cleanup, including:
- moved all the spinner rules into the spinner file
- since all input widgets have dijitTextBox class, we can simplify selectors
- define border width for ComboBox? and Spinner buttons in dijit.css, so all theme needs to do is to specify color in normal mode and focus mode
- a combo/spinner arrow button being active doesn't affect the border color; i think that rule was just there out of fear the dijitTextBoxFocused class wouldn't be set while the button was being pressed... but it is.
- etc.
Refs #10816.
comment:10 Changed 11 years ago by
comment:11 Changed 11 years ago by
comment:12 Changed 11 years ago by
comment:13 Changed 11 years ago by
comment:14 Changed 11 years ago by
comment:15 Changed 11 years ago by
comment:16 Changed 11 years ago by
comment:17 Changed 11 years ago by
comment:18 Changed 11 years ago by
comment:19 Changed 11 years ago by
comment:20 Changed 11 years ago by
comment:21 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:22 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [21472]) Fix invalid rule, refs #10816. (Margin can't be none, only 0.)