mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Prevent accidental text selection of subflow toolbar text
This commit is contained in:
parent
f8a7835341
commit
393290df2c
@ -32,6 +32,7 @@
|
||||
white-space: nowrap;
|
||||
transition: right 0.2s ease;
|
||||
overflow: hidden;
|
||||
@include disable-selection;
|
||||
|
||||
label {
|
||||
padding: 1px 8px;
|
||||
@ -47,7 +48,6 @@
|
||||
margin-right: 10px;
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
@include disable-selection;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user