Topic: Invalid CSS for chip transition
mdb-ui-kit/src/scss/pro/_chips.scss
defines the style for .chip:active
and .chip.active
with the following CSS in version 3.5.0:
&:active,
&.active {
background-color: #cacfd1;
transition: 0.3 ease all;
}
The transition
is missing a time unit, 0.3
is invalid - should be 0.3s
Grzegorz Bujański staff answered 4 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: No