We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.3
https://demos.creative-tim.com/now-ui-kit/docs/1.0/components/buttons.html#disabled-state
MAC OS
MacBook
Any
just load your docs page and hover over any disabled button
hovering over a disabled button should not trigger any color/state change
the color and the element shadow are changing like they were active
apply the right color to disabled buttons https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/css/now-ui-kit.css#L1731-L1732
and removed opacity applied to any .btn:hover https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/css/now-ui-kit.css#L1603
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.3
Reproduction link
https://demos.creative-tim.com/now-ui-kit/docs/1.0/components/buttons.html#disabled-state
Operating System
MAC OS
Device
MacBook
Browser & Version
Any
Steps to reproduce
just load your docs page and hover over any disabled button
What is expected?
hovering over a disabled button should not trigger any color/state change
What is actually happening?
the color and the element shadow are changing like they were active
Solution
apply the right color to disabled buttons
https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/css/now-ui-kit.css#L1731-L1732
and removed opacity applied to any .btn:hover
https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/css/now-ui-kit.css#L1603
Additional comments
The text was updated successfully, but these errors were encountered: