Skip to content

Commit fcbf5de

Browse files
committed
Make snapshot icons inherit text color
1 parent e7fe5e6 commit fcbf5de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,9 @@ footer .wp-block-button__link.wp-element-button {
15641564
display: inline-block;
15651565

15661566
path {
1567-
stroke: var(--wp--custom--color--icon);
1567+
color: currentColor;
1568+
stroke: currentColor;
1569+
transition: stroke 150ms ease-in-out;
15681570
}
15691571
}
15701572

0 commit comments

Comments
 (0)