allow selecting text in dialogs and toasts

It is useful to be able to copy this info when reporting bugs.

Issue: pybricks/pybricks-support#228
This commit is contained in:
David Lechner
2021-01-24 10:39:43 -06:00
parent a9d827d21d
commit 9b0427fd33
+5 -1
View File
@@ -40,7 +40,11 @@ body {
// global style tweaks
.#{$ns}-dialog {
.#{$ns}-toast {
user-select: text;
}
.#{$ns}-button {
user-select: none;
}