Merge pull request #28607 from masteradhoc/masteradhoc-patch-speak-none
patch for css3 validation issue for speak property
This commit is contained in:
commit
b7e45c3073
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue