Ben Dwyer
80e35ff88c
Varia: Remove code that changes the cover block colors ( #5212 )
2021-12-20 09:32:09 +00:00
Ben Dwyer
2c1bee517c
Varia: Remove img#wpstats CSS ( #4547 )
...
* Varia: Remove img#wpstats code
* remove unconnected change
* bump version numbers
2021-09-09 09:36:27 +01:00
Matt Wiebe
56211392b2
once again with feeling
2021-07-27 12:15:57 -05: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
54c884c7b8
Don't change the text color for links when it is set
2021-02-24 09:32:31 +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
d360f908bc
Merge pull request #3252 from Automattic/add/color-annotations-for-shawburn
...
Shawburn: Add color annotations
2021-02-15 16:09:53 +00:00
Ben Dwyer
b2689103c4
Use a darkened primary color for the menu
2021-02-15 11:09:12 +00:00
Ben Dwyer
34e5affe43
Fix button discrepancies in Varia
2021-02-10 17:30:05 +00:00
Maggie Cabrera
b0b8e02b77
Varia refactor and css variables built into hever
2021-02-10 12:55:12 +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
Maggie Cabrera
e55ac69b87
added IE11 ponyfill
2021-01-29 17:22:46 +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
Kjell Reigstad
651ad5f8ee
Tidy up top margins for varia and all chlld themes.
2021-01-20 11:33:47 -05:00
Jack Lenox
b328eddf24
Merge pull request #3065 from Automattic/remove/table-word-break-varia
...
Varia: Remove word-break style in tables
2021-01-20 12:10:18 +00: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
Kjell Reigstad
007f935b85
Begin refactor to more closely match #2985
2021-01-12 08:49:08 -05: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
62eb7d9fbc
Rebase trunk.
2021-01-05 11:44:16 -05:00
Jeff Ong
ebdcfd06a8
Remove margin from quote block.
2021-01-04 13:05:28 -05:00
Jack Lenox
4d7be305b2
Varia: Remove overflow:scroll on pre element
...
`overflow: scroll` is applied to `pre` elements in our normalize file.
This creates unsightly scrollbars on Verse blocks and others. The latest
version of `normalize.css` doesn't include this particular style.
Let's try removing it, and assuming everything is ok we'll remove it
from Seedlet-based themes too.
Fixes #2842
2020-12-18 15:06:41 +00:00
Maggie Cabrera
4f92864c65
fixed woocommerce toggle with adminbar and marketing bar present
2020-12-17 11:36:48 +01:00
Enej Bajgoric
048cacb060
Fix the admin-bar top spacing.
...
This was tested on the .com side to make sure that whent he admin bar is used the top spacing works as expeted.
2020-12-17 11:36:48 +01:00