Add Block Text Color option to Block Design settings#788
Conversation
ad5ec43 to
7c5e5ad
Compare
…text-color # Conflicts: # css/base/variables.css
|
I reviewed this change and found two follow-ups:
|
…view - Apply block text color to links, headings, and .btn-link inside blocks so the color overrides typography rules that set explicit colors on these elements - Add block_text_color to field-handler.js color case list so the admin preview resolves palette values correctly - Rebuild compiled CSS and JS bundle
Summary
block_text_coloras a CSS variable in the theme settings CSS pipeline.--dxt-setting-block-text-color: inheritdefault invariables.scssand appliescolor: var(--dxt-setting-block-text-color)to.region-block-design .blockinlayout.scss.Fixes: #786
Test plan
:not()selector)