- add
transition: .15s ease-in-out
- if button has an icon, the
padding-left
needs to be--space-15
- should have
cursor: pointer
orcursor: not-allowed
if disabled.- Note: looks like the CSS is correct, but for some reason, the pointer isn't showing up correctly (Storybook issue?)
I hereby claim:
- I am ivomynttinen on github.
- I am dsndrq (https://keybase.io/dsndrq) on keybase.
- I have a public key ASDH3Rx5-bVlCx7ZE5PtrbtG1W82Cu85_X-Zs8bvrFSyWAo
To claim this, I am signing this object:
I hereby claim:
- I am ivomynttinen on github.
- I am dsndrq (https://keybase.io/dsndrq) on keybase.
- I have a public key ASDH3Rx5-bVlCx7ZE5PtrbtG1W82Cu85_X-Zs8bvrFSyWAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04c23dd3fcaaadc6ead8faac9f11e96488b8423a45dc3af39216fa4adac7a15ae95b70f456c0200baae7379de47f967329687fe3af57f663818b50fd2cbe8f37b3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
kirbytext::$tags['srcset'] = array( | |
'attr' => array( | |
'retina', | |
'alt', | |
'class' | |
), | |
'html' => function($tag) { |