fix: wrong mouse cursor on file-menu entries
Massimo Melina committed
Apr 1, 2024 at 17:20 UTC
04f5e4b2782259747ac4abfb14f8117f93cca5bb
1 file changed
+1
frontend/src/index.scss
+1
@@ -524,6 +524,7 @@ button .icon + .label {
524
display: flex;
525
align-items: flex-start;
526
label {
527
+ cursor: pointer;
528
margin-top: .1em;
529
small { display: block }
530
}