-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Admin Reskin: Buttons and Form Fields #10783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
fabiankaegy
wants to merge
42
commits into
WordPress:trunk
from
fabiankaegy:admin-reskin/buttons-and-form-fields
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
79b5a9b
Admin UI: Add design system tokens for admin reskin
fabiankaegy 1fbb287
Admin UI: Reskin buttons to align with WordPress Design System
fabiankaegy f3e2bdb
Admin UI: Fix theme card button sizing and visibility
fabiankaegy b4106d3
Admin UI: Reskin form controls to align with WordPress Design System
fabiankaegy 62f0c5e
Admin UI: Add design system tokens for admin reskin
fabiankaegy 24579b7
Admin UI: Reskin buttons to align with WordPress Design System
fabiankaegy 646d998
Admin UI: Fix theme card button sizing and visibility
fabiankaegy 23472a1
Admin UI: Add design system tokens for admin reskin
fabiankaegy a91510a
Admin UI: Reskin buttons to align with WordPress Design System
fabiankaegy f66c7b6
Admin UI: Fix theme card button sizing and visibility
fabiankaegy f2d45f8
Merge branch 'admin-reskin/buttons' of github.com:fabiankaegy/wordpre…
fabiankaegy 1de4175
Merge branch 'admin-reskin/buttons' into admin-reskin/form-fields
fabiankaegy 0cb4593
Admin UI: Add global dashicons centering for buttons
fabiankaegy b3cd5e0
Admin UI: Fix dashicon line-height calculation in buttons
fabiankaegy fa76e97
Admin UI: Fix button state icon centering
fabiankaegy dc30cee
Admin UI: Fix tablenav and plugin card for 40px buttons
fabiankaegy feb17ab
Admin UI: Use compact size for Screen Options and Help buttons
fabiankaegy 0a001e5
Merge branch 'trunk' into admin-reskin/buttons-and-form-fields
fabiankaegy 3754782
fix positioning of password hide / show icon
fabiankaegy 81b5f88
Merge branch 'trunk' into admin-reskin/buttons-and-form-fields
fabiankaegy 3e26101
fix: reduce height of custom date format input to match radio controls
fabiankaegy 8a4affd
fix: add flexbox layout to media library filter toolbar
fabiankaegy 1b59ed9
fix spacing of classic editor tabs
fabiankaegy 1839e56
Merge branch 'trunk' into admin-reskin/buttons-and-form-fields
fabiankaegy 3ff0334
fix use compact site for screen options
fabiankaegy 1c0b1f7
fix use compact size more
fabiankaegy efcfe48
fix position of actions in classic editor
fabiankaegy e6888a9
fix media modal styles
fabiankaegy 4f9315f
clean up customizer sizes
fabiankaegy 98cc3b6
fix focus state
fabiankaegy 693bec2
more customizer fixes
fabiankaegy 33dde30
fix align buttons in menu editor
fabiankaegy f9f88f3
fix properly use admin theme color
fabiankaegy a5f83e6
fix add fallback value for focal point
fabiankaegy 70a1b81
fix size of button in cuszomizer
fabiankaegy 2e2bef5
fix icon alignment inside header background cuszomize button
fabiankaegy 91a5a94
fix size of button in customizer menu editor
fabiankaegy e1768ab
fix overlap in customizer nav menu editor
fabiankaegy 05e5e63
fix remove unused variable from mixin
fabiankaegy 5bd37ec
fix height of select controls inside list view of media filter bar
fabiankaegy a46afb1
fix update width of tags in classic editor
fabiankaegy 8737de0
Merge branch 'trunk' into admin-reskin/buttons-and-form-fields
fabiankaegy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two
input[type=checkbox]:checked::beforerules back-to-back; the later one overrides the earliervariables.$form-checkedversion. This is dead code and makes it unclear which checkmark is intended. Remove the earlier rule (or consolidate into one) to avoid confusion and accidental reordering issues.