How to change the color when drag the block to the canvas #3946
Answered
by
mingxin-yang
mingxin-yang
asked this question in
Q&A
-
the yellow color |
Beta Was this translation helpful? Give feedback.
Answered by
mingxin-yang
Nov 15, 2021
Replies: 2 comments 1 reply
-
.gjs-selected-parent { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mingxin-yang
-
if we want to change that green line color then what could be the possibilities and how we can do that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.gjs-selected-parent {
outline:2px solid transparent !important;
}