#29038 closed defect (bug) (fixed)
Code Typos in "customize-controls-rtl.css"
Reported by: | DeBAAT | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
The file "\wp-admin\css\customize-controls-rtl.css" seems to have some typos on lines 403 and 404:
403 -webkit-border-radius: !important 0; 404 border-radius: !important 0;
should read:
-webkit-border-radius: 0 !important; border-radius: 0 !important;
Attachments (2)
Change History (12)
#1
@
10 years ago
- Component changed from Formatting to Build/Test Tools
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.0
#2
@
10 years ago
Created a PR with a test: https://github.com/cssjanus/cssjanus/pull/20
#3
@
10 years ago
voldemortensen, RTL files are auto-generated on build process, so we can't apply your patch.
#4
@
10 years ago
- Keywords needs-patch removed
@ocean90: Heard anything upstream about whether this is gonna make it in time?
@
10 years ago
Temporarily switch to a pinned version of grunt-cssjanus. This in turn temporarily pins cssjanus to a patched fork, like we did before, see [26610].
This ticket was mentioned in IRC in #wordpress-dev by ocean90. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Thanks, seems like an issue with CSSJanus.