Opened 11 years ago
Closed 11 years ago
#27269 closed defect (bug) (fixed)
Missing styles for .spinner for HiDPI displays
Reported by: | mauryaratan | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
Added missing .spinner
styling under /wp-admin/css/media.css
Attachments (4)
Change History (12)
#1
@
11 years ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 3.9
#3
@
11 years ago
Looks like we already have this in common.css
, but override it later in media.css
:
trunk/src/wp-admin/css/common.css?rev=27289#L2336
trunk/src/wp-admin/css/media.css?rev=27403#L493
In 3.8, it was all in a single block:
tags/3.8.1/src/wp-admin/css/wp-admin.css#L11630.
Appears to be a result of the split in #26669. Should we perhaps remove it from common.css
(27269.3.diff)?
This ticket was mentioned in IRC in #wordpress-dev by kovshenin. View the logs.
11 years ago
#5
@
11 years ago
27269.4.diff moves .spinner
from media.css
to common.css
, per IRC, to avoid unintentional overriding.
Note: See
TracTickets for help on using
tickets.
No need to patch minified files, a post-commit task takes care of that.
There's a constant you can add to your
wp-config.php
file to use unminified files:http://codex.wordpress.org/Debugging_in_WordPress#SCRIPT_DEBUG