Ben Dwyer
6a60d4ff2e
Merge pull request #3267 from Automattic/fix/rgb_to_hslv
...
Color Library: Fix rgb to hslv conversion
2021-02-15 16:06:56 +00:00
Ben Dwyer
c200c54886
Merge pull request #3236 from Automattic/fix/3232
...
Fix button discrepancies in Varia
2021-02-15 16:06:29 +00:00
Ben Dwyer
d01b7be65e
Use the background color in the menu so that it still looks ok with a dark color scheme
2021-02-15 12:28:51 +00:00
Ben Dwyer
3b4fe51e6c
Also add the new color to the JS
2021-02-15 12:24:18 +00:00
Ben Dwyer
8ed4daf0a6
Add primary dark to the JS for varia color annotations
2021-02-15 11:52:17 +00:00
Ben Dwyer
b2689103c4
Use a darkened primary color for the menu
2021-02-15 11:09:12 +00:00
Ben Dwyer
6311cc7ddb
Remove the cast to int
2021-02-15 10:00:38 +00:00
Ben Dwyer
2173942579
Color Annotations: Check for the existence of color annotations in a more robust way
2021-02-12 21:06:40 +00:00
Ben Dwyer
34e5affe43
Fix button discrepancies in Varia
2021-02-10 17:30:05 +00:00
Maggie Cabrera
1ce2e3c545
explicitedly required the color utils file to avoid uncaught errors on child themes
2021-02-10 17:00:08 +01:00
Ben Dwyer
195889c96a
whitespace change
2021-02-10 13:25:16 +00:00
Maggie Cabrera
1804b460e8
script version numbers tied to theme version
2021-02-10 12:55:13 +00:00
Maggie
21071c342e
Update varia/functions.php
...
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
2021-02-10 12:55:13 +00:00
Maggie Cabrera
ea1e9e99be
renamed new color annotation file
2021-02-10 12:55:13 +00:00
Maggie Cabrera
d5e61a6f55
extracted the customizer js to be required directly by the children that need it
2021-02-10 12:55:13 +00:00
Maggie Cabrera
b0b8e02b77
Varia refactor and css variables built into hever
2021-02-10 12:55:12 +00:00
Ben Dwyer
d50b3b6132
rebuild Varia children
2021-02-09 15:38:57 +00:00
Ben Dwyer
3de9463b2a
Merge pull request #3218 from Automattic/fix/color-issue-with-media-text
...
Varia: Remove color overrides for media and text
2021-02-09 15:31:34 +00:00
Ben Dwyer
2c2d04fd83
Merge pull request #3209 from Automattic/fix/varia-overlay-classes
...
Varia: remove extra specificity of background color classes
2021-02-09 15:31:16 +00:00
Ben Dwyer
e18313842c
Merge pull request #3197 from Automattic/fix/2971
...
Varia: Remove colors from the cover block
2021-02-09 15:31:08 +00:00
Ben Dwyer
1174b184f4
Varia: Add a customiser option to show featured images on pages
2021-02-09 15:16:27 +00:00
Ben Dwyer
d60b3f2520
Varia: Remove color overrides for media and text
2021-02-09 09:36:36 +00:00
Jeff Ong
a6f74d0175
Remove not:has-text-color targeting
2021-02-08 12:48:08 -05:00
Ben Dwyer
3ffc23fa1b
Merge pull request #3206 from Automattic/update/varia-versions
...
Update version numbers for varia themes
2021-02-08 10:36:03 +00:00
Ben Dwyer
d3a84506d2
update pot files from wpcom
2021-02-08 10:35:41 +00:00
Ben Dwyer
406d7e1abc
Update version numbers for varia themes
2021-02-08 10:26:17 +00:00
Ben Dwyer
068539b1de
Merge pull request #3192 from Automattic/update/editor-styles
...
Varia: Copy style changes to editor styles
2021-02-08 09:51:09 +00:00
Ben Dwyer
be8bb39a1b
Varia: Remove colors from the cover block
2021-02-05 17:03:41 +00:00
Maggie
a01ba1c28e
Merge pull request #3193 from Automattic/fix/2667
...
Varia: Remove overrides for links in elements with background color set
2021-02-05 17:41:56 +01:00
Jeff Ong
852f66926e
Merge pull request #3180 from Automattic/fix/wpcom-errors
...
Fix errors for redefined functions
2021-02-05 11:25:06 -05:00
Danny Dudzic
c9349989a3
Varia: Display the Featured Image on pages
2021-02-05 14:54:27 +01:00
Ben Dwyer
7530d2e277
Remove overrides for links in elements with background color set
2021-02-05 12:10:44 +00:00
Ben Dwyer
dea5a26120
Varia: Copy style changes to editor styles
2021-02-05 12:05:24 +00:00
Ben Dwyer
4e55cadd9b
Merge pull request #3185 from Automattic/fix/2866-more-specifically-recolored
...
Varia + Children: Separate background & color
2021-02-05 10:44:28 +00:00
Ben Dwyer
3e0bb89e43
ensure we don't reregister functions that may already be defined
2021-02-05 10:25:54 +00:00
Jason Crist
2be9595daf
Comitting compiled CSS files for testing
2021-02-04 14:53:47 -05:00
Jason Crist
54ffeaad41
Separate background & color
...
This changese creates a more specific selector for applying the color of
an element with a background color applied.
Previously the class that applied the background color also applied a
reasonable color color.
With this change only matches that also do not also supply a
'has-text-color' class will set a color property for a .has-*-background
2021-02-04 14:42:47 -05:00
Ben Dwyer
2357a5f486
Varia: Don't force outlined buttons to be transparent
2021-02-04 17:25:13 +00:00
Ben Dwyer
d3d7ff330d
fix errors for redefined functions
2021-02-04 15:52:19 +00:00
Ben Dwyer
fb6f855b87
Varia + Children: Update version numbers and rebuild
2021-02-01 10:18:57 +00:00
Maggie Cabrera
25ee6a7501
rebuilt all child themes
2021-01-29 17:22:46 +00:00
Maggie Cabrera
eab6fe30c8
fixed ponyfill routes
2021-01-29 17:22:46 +00:00
Maggie Cabrera
b2c75aba48
updated css variable ponyfill script
2021-01-29 17:22:46 +00:00
Maggie Cabrera
e55ac69b87
added IE11 ponyfill
2021-01-29 17:22:46 +00:00
Maggie Cabrera
a2fb202b0d
css variable approach to color annotations
2021-01-29 17:22:45 +00:00
Ben Dwyer
afc9ab312a
remove support for link color as this will need extra code to get it working properly
2021-01-29 09:37:21 +00:00
Ben Dwyer
ae13b4e606
Add support for newer Gutenberg features to Seedlet and Varia themes
2021-01-29 09:33:23 +00:00
Maggie Cabrera
94f9cf7e14
fixed flag comparison
2021-01-27 15:37:55 +00:00
Niels Lange
8c1d1d0b65
Varia: Fix shopping cart menu issue
2021-01-27 15:37:55 +00:00
Niels Lange
4ed003034d
Varia: Fix shopping cart menu issue
2021-01-27 15:37:55 +00:00