chore(tappable): add pointer cursor to tappable elements

This commit is contained in:
Adam Bradley
2016-11-16 10:29:53 -06:00
parent 32ab817181
commit 89feb689b8

View File

@@ -169,6 +169,10 @@ button {
-webkit-appearance: button;
}
[tappable] {
cursor: pointer;
}
// Re-set default cursor for disabled elements.
a[disabled],
button[disabled],