-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-5622: Adaptive filters styling improvements #767
Conversation
tischsoic
commented
Apr 21, 2023
Question | Answer |
---|---|
Tickets | https://issues.ibexa.co/browse/IBX-5622 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Tests pass? | yes |
Doc needed? | no |
License | GPL-2.0 |
Kudos, SonarCloud Quality Gate passed!
|
} | ||
|
||
&__collapsible { | ||
border-top: calculateRem(1px) solid $ibexa-color-light; | ||
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition; | ||
transition: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need none
, are we overriding something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though it does not override other transition
it affects animation.