-
The region-handle-left-active & right part selectors have been removed. Has anybody found a way to style the region handles of only the active region? |
Beta Was this translation helpful? Give feedback.
Answered by
JanMisker
Oct 1, 2024
Replies: 1 comment 1 reply
-
What I did was adding a
and then in css
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Benny739
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What I did was adding a
part
to the region element, then manipulate the handles based on that.So when creating the region, or upon some event:
and then in css