feat: improve cursor
This commit is contained in:
@@ -39,8 +39,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
&--clickable:active {
|
||||
background-color: @grid-item-content-active-color;
|
||||
&--clickable {
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
background-color: @grid-item-content-active-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user