Skip to content

Commit e1a1a8a

Browse files
fix (global color schemes): use bg-image and bg-color to not affect background position
1 parent a29aa63 commit e1a1a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/editor-block-design-system.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ div.stk-block > :is(h1,h2,h3,h4,h5,h6) {
163163
[data-type^="stackable/"] .stk--is-hovered.stk-block-background {
164164
border-width: cssvar(block-background-border-width-hover);
165165
box-shadow: cssvar(block-background-box-shadow-hover);
166-
background: var(--stk-block-background-color-hover, cssvar(block-background-color)) center center;
166+
background-image: var(--stk-block-background-color-hover, cssvar(block-background-color));
167+
background-color: var(--stk-block-background-color-hover, cssvar(block-background-color));
167168
}
168169

169170
// Images

0 commit comments

Comments
 (0)