Change cursor for count to emphasise state

i.e. make it 'feel' clickable or not clickable
This commit is contained in:
Thomas Wade 2018-10-06 21:22:09 +09:30
parent 08f83d9adf
commit 6023f37f2d

View File

@ -35,6 +35,7 @@ body
width: 100%;
cursor: pointer;
user-select: none;
transition-duration: .15s;
transition-property: color;
@ -49,6 +50,8 @@ body
.count[disabled]
{
cursor: default;
color: #0009;
}