mirror of
https://github.com/mue/mue.git
synced 2026-07-13 12:07:45 +02:00
fix(events): incorrect hover cursor
This commit is contained in:
@@ -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