Opened 11 years ago
Closed 11 years ago
#30728 closed defect (bug) (fixed)
Twenty Fifteen: Search field clear button misaligned
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.1 | Priority: | normal |
| Severity: | normal | Version: | 4.1 |
| Component: | Bundled Theme | Keywords: | fixed-major commit |
| Focuses: | Cc: |
Description
The x which appears in the search field in the sidebar is misaligned in Safari on OS X.
Attachments (4)
Change History (12)
This ticket was mentioned in Slack in #core-themes by iamtakashi. View the logs.
11 years ago
This ticket was mentioned in Slack in #core-themes by iamtakashi. View the logs.
11 years ago
#3
@
11 years ago
New patch attempts to simplify the padding for all search input elements throughout the stylesheet.
#4
@
11 years ago
.2 is more intelligent replacement of top/bottom/left padding values for all search input rules.
Related CSS style note: all values in CSS with a starting 0 in front of a decimal place can be removed: 0.6154em should be .6154em instead for simplicity.
This ticket was mentioned in Slack in #core by nacin. View the logs.
11 years ago
#7
@
11 years ago
- Keywords fixed-major commit added; needs-patch removed
Discussing the leading zero for unit values -- per https://make.wordpress.org/core/handbook/coding-standards/css/#values WP style guide we should leave them as-is.
Remove webkit rules and let Safari style be as the browser chrome itself expects