Invalid CSS for chip transition


Topic: Invalid CSS for chip transition

UNNdev pro premium priority asked 4 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


Grzegorz Bujański staff answered 4 years ago

Thanks for reporting this bug. We will fix it as soon as possible.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • 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