Opened 15 years ago
Closed 15 years ago
#11628 closed defect (bug) (fixed)
Remove unused .fade class for admin message bars
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | low |
Severity: | trivial | Version: | 2.9 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
In #11267 [12385], the pulse/fade effect was removed from admin message bars.
This class should be stripped from core. It's not just for the extraneous markup, but also so plugin developers know what markup is the best practice. (The class also appears inconsistently, apparently not used in some places where it should have been used. Any plugins styling or animating it are already not getting what they want.) If we ever wanted to add anything special back (or if a plugin wanted to), .updated should be animated directly.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed in [12546]