* Lossless image optimization (using ImageOptim).
This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.
* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
* Remove background & margins from nav in editor
* Always set hover color to currentColor
* Set line height when there is a background color
* Move hover styles to wp-block-navigation-item
* Remove border from nav links in editor
* Remove editor stylesheet for nav block
* replacing border for text-decoraction to add underline to links
* Spearhead: Replacing boder-bottom by text-decoration underline
* Seedlet: disable text-decoration for site title
* spaces to tabs
* reorder properties
* rebuild
* reorder properties
Co-authored-by: Ben Dwyer <ben@scruffian.com>
As described in https://github.com/Automattic/themes/issues/3520,
certain child themes of Varia and Seedlet were not handling menu links
correctly when they were navigating to anchor IDs on the page the user
was currently on. An existing bit of logic was already implemented in
the twentytwentyone theme to address this use case, so this diff ports
it into the asset scripts for Varia and Seedlet as well.
Ported from D62296-code
The social buttons color setting assigned by Gutenburg default styles
was being clobbered by this color setting. This change prevents any
wp-social-link elements from being selected.
The editor-only horizontal padding for the block element doesn't appear
to be helpful. Removing these styles allows all elements (including
those blocks that add .block-editor-inner-blocks when in the editor) to
lay out as expected.