mirror of
https://github.com/mue/mue.git
synced 2026-07-09 05:34:20 +02:00
fix(events): incorrect hover cursor
This commit is contained in:
1
bun.lock
1
bun.lock
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "mue",
|
||||
|
||||
@@ -171,6 +171,12 @@ table {
|
||||
gap: 25px;
|
||||
padding: 25px;
|
||||
justify-content: space-between;
|
||||
cursor: default !important;
|
||||
user-select: auto;
|
||||
|
||||
&:active {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
@include themed {
|
||||
background: t($modal-sidebar);
|
||||
|
||||
Reference in New Issue
Block a user