File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const deprecateShadowColor = {
5858
5959 if ( ( getAttribute ( 'shadow' ) && getAttribute ( 'shadow' ) . indexOf ( 'rgba' ) !== - 1 ) ||
6060 ( getAttribute ( 'shadowHover' ) && getAttribute ( 'shadowHover' ) . indexOf ( 'rgba' ) !== - 1 ) ||
61- ( getAttribute ( 'shadowParentHover' ) && getAttribute ( 'shadowParentHover' ) . indexOf ( 'rgba' ) ) ) {
61+ ( getAttribute ( 'shadowParentHover' ) && getAttribute ( 'shadowParentHover' ) . indexOf ( 'rgba' ) !== - 1 ) ) {
6262 return true
6363 }
6464
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export const deprecateTypographyShadowColor = {
7979
8080 if ( ( getAttribute ( 'textShadow' ) && getAttribute ( 'textShadow' ) . indexOf ( 'rgba' ) !== - 1 ) ||
8181 ( getAttribute ( 'textShadowHover' ) && getAttribute ( 'textShadowHover' ) . indexOf ( 'rgba' ) !== - 1 ) ||
82- ( getAttribute ( 'textShadowParentHover' ) && getAttribute ( 'textShadowParentHover' ) . indexOf ( 'rgba' ) ) ) {
82+ ( getAttribute ( 'textShadowParentHover' ) && getAttribute ( 'textShadowParentHover' ) . indexOf ( 'rgba' ) !== - 1 ) ) {
8383 return true
8484 }
8585
You can’t perform that action at this time.
0 commit comments