mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(tappable): add pointer cursor to tappable elements
This commit is contained in:
4
src/themes/normalize.scss
vendored
4
src/themes/normalize.scss
vendored
@@ -169,6 +169,10 @@ button {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
[tappable] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
// Re-set default cursor for disabled elements.
|
||||
a[disabled],
|
||||
button[disabled],
|
||||
|
||||
Reference in New Issue
Block a user