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;
|
white-space: nowrap;
|
||||||
transition: right 0.2s ease;
|
transition: right 0.2s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@include disable-selection;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
padding: 1px 8px;
|
padding: 1px 8px;
|
||||||
@ -47,7 +48,6 @@
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-group {
|
.button-group {
|
||||||
@include disable-selection;
|
@include disable-selection;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user