Opened 9 years ago
Closed 8 years ago
#42236 closed defect (bug) (fixed)
CSS active class color do not update with chosen color scheme
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | 4.4 |
| Component: | General | Keywords: | has-patch needs-testing commit |
| Focuses: | ui | Cc: |
Description (last modified by )
When the publish settings section opens, an active class is applied to it. And when the color scheme changes, the color should change by the color scheme.
The same thing would happen if we add active class to any button in WordPress admin.
Originally: Please see https://core.trac.wordpress.org/ticket/39896#comment:115
Attachments (1)
Change History (11)
#1
@
9 years ago
- Description modified (diff)
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.9
- Owner set to helen
- Status changed from new to assigned
- Version changed from 4.8.2 to 4.4
#3
@
9 years ago
I guess this is the first time we're actually using that .active class for something besides documentation. 42236.diff fixes it for me in core's color schemes - not sure what people are doing to generate custom ones, and I believe a number of plugins will need to be updated accordingly. So, testing and feedback appreciated.





@helen It looks like maybe this is something that was missed in [34948]?