Issues getting reveler scale to auto expand into white space. #1185
Unanswered
LurkAndLoiter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get a row with 2 boxes. One is a reveler box that contains a label that reveals a scale on hover. the second box is just a label with text ideally the two states should look like:
:normal
:hover
The below code is able to accomplish the desired functionality but ends up voiding both transition and duration from the revealer.
This is caused by
:hexpand true
on the revealer. Removing this no longer voids transition and duration however, I could not find a way to get the scale to autofill the remainder of redcol.Alternatives I have tried.
reveler :hexpand false
scale :width "100%"
scale :width "100%" :hexpand true
Hoping a new pair of eyes might see something I am missing.
test.yuck
test.scss
Beta Was this translation helpful? Give feedback.
All reactions