Rewrite admin.js with Alpine component

This commit is contained in:
Alex Ling
2021-01-01 09:04:53 +00:00
parent 0fbc11386e
commit f18ee4284f
3 changed files with 71 additions and 88 deletions

View File

@@ -31,14 +31,6 @@
cursor: pointer;
}
.uk-list li:not(.nopointer) {
cursor: pointer;
}
#scan-status {
cursor: auto;
}
.reader-bg {
background-color: black;
}