Opened 13 years ago
Closed 13 years ago
#22616 closed defect (bug) (fixed)
Properly scope media views CSS fallbacks
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | high |
Severity: | blocker | Version: | 3.5 |
Component: | Media | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
Several of the media CSS fallbacks are completely unscoped — selectors like a
and textarea
cannot be applied without a class, as they will severely alter themes.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This covers the basics, and will prevent CSS from leaking through to themes.