Change cursor for count to emphasise state
i.e. make it 'feel' clickable or not clickable
This commit is contained in:
parent
08f83d9adf
commit
6023f37f2d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user