disabled selection of command line suggestions

This commit is contained in:
Jack 2021-08-27 13:14:58 +01:00
parent 07bcabfd5b
commit f297978c69

View file

@ -1273,6 +1273,7 @@ label.checkbox {
max-height: calc(100vh - 10rem - 3rem);
display: grid;
cursor: pointer;
user-select: none;
.entry {
padding: 0.5rem 1rem;