Madhu Dollu
7506e55075
Varia: add tertiary styles and update SASS variables to CSS variables ( #5666 )
...
* Varia: add tertiary styles conditionally
Varia is a parent theme and the tertiary styles are not defined.
It effects all of its child themes such as stow.
* create styles for tertiary blocks
* add the styles conditionally so that child themes that has tertiary will get the classes
* add tertiary color and background styling
* Stow
* Hever
* Rockfield
* Stratford
* rebuild child themes with Varia changes
2022-03-28 16:10:08 +05:30
Jeff Ong
74ba0bece2
Do not target inner container of cover to change its color. ( #5557 )
...
Build all varia children
2022-02-17 16:27:05 -05:00
Ben Dwyer
80e35ff88c
Varia: Remove code that changes the cover block colors ( #5212 )
2021-12-20 09:32:09 +00:00
Andres Blanco
5b54db344c
cleanup
2021-06-23 15:08:22 -03:00
Andres Blanco
22ef290061
better support wysiwyg
2021-06-23 15:08:22 -03:00
Andres Blanco
34ffedde42
Varia: Fix cover text color over clear backgrounds.
2021-06-23 15:08:22 -03:00
Ben Dwyer
87dbce487c
Add color annotations for the search block to Rivington
2021-06-09 10:52:35 +01:00
Maggie Cabrera
a39bd8a656
custom styles for Alves
2021-06-08 15:22:16 +01:00
Maggie Cabrera
7267b7c863
square icon buttons
2021-06-08 15:22:15 +01:00
Maggie Cabrera
5a01a04deb
varia color annotations
2021-06-08 15:22:14 +01:00
Maggie Cabrera
1d2cad11d6
adjustments
2021-06-08 15:22:14 +01:00
Maggie Cabrera
c1afa90061
initial styles fro search block
2021-06-08 15:22:14 +01:00
Jason Crist
33543a778a
Fix group block padding when alignwide in varia
...
In the same way that the COLUMNS block is already adding padding when
configured as alignwide the GROUP block is now doing the same.
2021-06-02 15:50:43 -04:00
Ben Dwyer
5dac8602ac
bump the version number for morden
2021-02-24 17:28:57 +00:00
Ben Dwyer
3e97551982
Fix outline buttons and links inside elements with a primary background color
2021-02-24 09:32:31 +00:00
Jeff Ong
c564997505
Do not generically target input elements.
2021-02-22 17:13:35 -05:00
Jeff Ong
607f61ae69
Remove generic targeting of all buttons.
2021-02-22 16:40:03 -05:00
Jeff Ong
51a6c70391
Scope buttons to not target the Gutenberg components class.
2021-02-22 12:16:27 -05:00
Ben Dwyer
34e5affe43
Fix button discrepancies in Varia
2021-02-10 17:30:05 +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
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
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
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
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
Jason Crist
80b6eefd32
Remove unnecessary h-padding styles
...
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.
2021-01-25 13:38:44 -05:00
Jack Lenox
525afbd7eb
Varia: Remove word-break style in tables
...
Related to #3056 .
The `word-break: break-all` style creates unwanted and unexpected breaks in text in tables. Let's remove it.
Fixes #2375 , fixes #2120 .
2021-01-20 12:02:54 +00:00
Ben Dwyer
d1a5a072f0
fix encoding issues
2021-01-08 12:49:53 +00:00
Ben Dwyer
39301e2f23
fix RTL arrows
2021-01-08 11:46:32 +00:00
Ben Dwyer
3f9a515ac3
Fix RTL comment syntax and update version numbers
2021-01-08 11:12:57 +00:00
Yoav Farhi
e587621eca
Fix right/left arrows in RTL mode
...
Replace right arrow css (\2192 or \02192) with left arrow ( \2190 or \02190) and vice versa
2021-01-07 15:07:23 +02:00
Jeff Ong
ebdcfd06a8
Remove margin from quote block.
2021-01-04 13:05:28 -05:00
Jason Crist
35d319daa4
Merge pull request #2654 from Automattic/fix/2257-varia-premium-content-margins
...
Premium Content : Ensuring correct vertical margin
2020-10-22 14:00:18 -04:00
Jason Crist
eef3cf6628
Added margin definitions to Premium Content Block
...
Added a generic .entry-content-child class to be used (extended) by
anything that needs to apply the content child margins.
Leveraged this .entry-content-child from a new Premium Content selector in
order for the appropraite vertical margins to be applied to premium
content.
2020-10-22 11:24:42 -04:00
Noah Allen
2b1de5eef9
Fix editor styles for verse block for all varia child themes ( #2661 )
2020-10-21 16:05:44 -07:00
Ben Dwyer
0a602a63a8
Varia: Simplify pullquote styles
2020-09-24 15:14:10 +01:00
Maggie Cabrera
ca6a66889d
fixed inheritance for pullquote bg color
2020-09-23 09:25:16 +02:00
Ben Dwyer
4c11d4aa2b
removes custom code for dealing with gallerys in varia based themes
2020-09-14 12:57:35 +01:00
Allan Cole
397869a017
Merge pull request #2077 from rtCamp/fix/varia-image-gallery-issue
...
Varia & Child Themes: Fix Image Gallery alignment issues
2020-06-24 10:35:06 -04:00
Towhidul Islam
a0debb2f23
Implement suggested changes
2020-06-23 11:09:40 +06:00
Kjell Reigstad
2e2bbbf25e
Merge pull request #2046 from rtCamp/fix/overlapped-latest-post
...
Varia: Fix overlapping issue in latest post block
2020-06-19 12:34:47 -04:00
Kjell Reigstad
9015877de6
Varia: Restore foreground color rules
2020-06-19 09:25:35 -04:00
Allan Cole
f4b98bb5d5
Varia: Clean up nested text-color specificity.
2020-06-17 12:19:22 -04:00
Allan Cole
df8e075ce3
Varia: Clean up cover and utility styles for dim.
2020-06-12 13:49:10 -04:00