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%;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user