mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Remove pointer cursor from buttons
This is not great practice: https://adamsilver.io/blog/buttons-shouldnt-have-a-hand-cursor/
This commit is contained in:
parent
6dc6489e69
commit
e9267be48d
237 changed files with 118 additions and 237 deletions
|
@ -822,7 +822,6 @@ main {
|
|||
line-height: var(--pico-line-height);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue