Skip to content

Commit e60be5e

Browse files
committed
split border rule declaration. Use text-color var for it
1 parent 7d47ac5 commit e60be5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/packages/forms/src/contact-form/css/grunion.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,8 @@ on production builds, the attributes are being reordered, causing side-effects
10631063
transition: opacity 0.1s ease-in-out, scale 0.15s ease-in-out;
10641064

10651065
font-size: inherit;
1066-
border: solid var(--jetpack--contact-form--inverted-text-color, var(--jetpack--contact-form--input-background));
1066+
border-style: solid;
1067+
border-color: var(--jetpack--contact-form--text-color);
10671068
border-width: 0 2px 2px 0;
10681069
transform: translate(-50%, -60%) rotate(40deg);
10691070
top: 0;

0 commit comments

Comments
 (0)