Merge pull request #28607 from masteradhoc/masteradhoc-patch-speak-none

patch for css3 validation issue for speak property
This commit is contained in:
Roy Ho 2021-01-12 12:38:45 -08:00 committed by GitHub
commit b7e45c3073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -181,7 +181,7 @@
@mixin icon( $glyph: "\e001" ) {
font-family: "WooCommerce";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;
@ -199,7 +199,7 @@
@mixin icon_dashicons( $glyph: "\f333" ) {
font-family: "Dashicons";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;
@ -218,7 +218,7 @@
@mixin iconbefore( $glyph: "\e001" ) {
font-family: "WooCommerce";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;
@ -231,7 +231,7 @@
@mixin iconbeforedashicons( $glyph: "\f333" ) {
font-family: "Dashicons";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;
@ -243,7 +243,7 @@
@mixin iconafter( $glyph: "\e001" ) {
font-family: "WooCommerce";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;

View File

@ -2128,7 +2128,7 @@ ul.wc_coupon_list_block {
&::after {
font-family: "Dashicons";
speak: none;
speak: never;
font-weight: normal;
font-variant: normal;
text-transform: none;

View File

@ -63,7 +63,7 @@ span.mce_woocommerce_shortcodes_button {
content: '\f348';
display: inline-block;
font: 400 18px/1 dashicons;
speak: none;
speak: never;
margin: 0 8px 0 -2px;
vertical-align: top;
}

View File

@ -374,7 +374,7 @@ body {
li a::before {
color: #82878c;
font: 400 20px/1 dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
speak: none;
speak: never;
display: inline-block;
padding: 0 10px 0 0;
top: 1px;