mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
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:
+5
-1
@@ -40,7 +40,11 @@ body {
|
||||
|
||||
// global style tweaks
|
||||
|
||||
.#{$ns}-dialog {
|
||||
.#{$ns}-toast {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.#{$ns}-button {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user