Prevent accidental text selection of subflow toolbar text

This commit is contained in:
Nick O'Leary
2021-03-25 22:40:25 +00:00
parent f8a7835341
commit 393290df2c

View File

@@ -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;