Alves: Fix jetpack form text color issue in editor.
This commit is contained in:
parent
b7b4d67dc2
commit
90a2cb1c59
2 changed files with 21 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
||||||
*/
|
*/
|
||||||
@import "../../varia/sass/blocks/editor";
|
@import "../../varia/sass/blocks/editor";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Vendors
|
||||||
|
* - Styles for 3rd party plugins and WP extensions
|
||||||
|
*/
|
||||||
|
@import "../../varia/sass/vendors/editor";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extras
|
* Extras
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1301,6 +1301,21 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
||||||
padding-left: 32px !important;
|
padding-left: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Vendors
|
||||||
|
* - Styles for 3rd party plugins and WP extensions
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Vendors
|
||||||
|
* - 3rd-party compatibility styles
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Set Jetpack form text color
|
||||||
|
*/
|
||||||
|
.jetpack-contact-info-block .is-selected textarea.block-editor-plain-text {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extras
|
* Extras
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue