#61135 closed enhancement (fixed)
Global styles: output :root selector for CSS custom properties gutenberg and remove unused vars
Reported by: | ramonopoly | Owned by: | isabel_brison |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 6.6 |
Component: | Editor | Keywords: | has-patch has-unit-tests gutenberg-merge |
Focuses: | Cc: |
Description (last modified by )
A ticket to track the synching of the following Gutenberg PRs:
Global styles: output :root selector for CSS custom properties
Changingbody
to :root
as the preset block selector to make it consistent with other CSS custom property blocks
Theme JSON: remove unused vars in layout class
$has_block_gap_support
was only used once
$block_gap_value
is immediately overwritten in the subsequent if
block
Change History (7)
This ticket was mentioned in PR #6489 on WordPress/wordpress-develop by @ramonopoly.
6 months ago
#1
- Keywords has-patch added
#3
@
6 months ago
- Owner set to isabel_brison
- Resolution set to fixed
- Status changed from new to closed
In 58123:
@isabel_brison commented on PR #6489:
6 months ago
#4
Committed in r58123.
Note: See
TracTickets for help on using
tickets.
Synching: