You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the button active states are rem'ed out by default and are commented to be optional ... but the active to inactive transitions on the elbows are staggered and uneven (giving a weird glitching fade) ... here's my fix ... but is there another way to fix this without giving up the delay?
[class*="bg-"],
[class*="bg-"] > *:not([class*="bg-"]){
- transition:background-color .25s linear, border .25s linear; // Change this ...
+ transition:background-color linear, border linear; // to this ...
}
The text was updated successfully, but these errors were encountered:
I understand that the button active states are rem'ed out by default and are commented to be optional ... but the active to inactive transitions on the elbows are staggered and uneven (giving a weird glitching fade) ... here's my fix ... but is there another way to fix this without giving up the delay?
The text was updated successfully, but these errors were encountered: