mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
fix(item): only use pointer cursor for <button> and <a>
This commit is contained in:
@ -84,11 +84,14 @@
|
||||
text-transform: inherit;
|
||||
|
||||
box-shadow: var(--box-shadow);
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
button, a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.item-state {
|
||||
@include position(null, 0, 0, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user