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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

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;