fix(item): only use pointer cursor for <button> and <a>

This commit is contained in:
Manu Mtz.-Almeida
2018-07-28 16:32:14 +02:00
parent 16e992a098
commit f19553fe36

View File

@ -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);