Topic: Invalid CSS for chip transition
UNNdev priority asked 3 years ago
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
Add comment
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: Yes
- Provided link: No
Tags