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