fix(events): incorrect hover cursor

This commit is contained in:
alexsparkes
2026-01-24 14:22:18 +00:00
parent 8a83671c88
commit b2087f4733
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "mue",

View File

@@ -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);