Skip to content
Snippets Groups Projects
Unverified Commit bb4ba90b authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1911 from paulkaplan/no-select-sound-buttons

Make sound editor buttons unselectable
parents 732a3be0 3568a365
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ $border-radius: 0.25rem; ...@@ -58,6 +58,7 @@ $border-radius: 0.25rem;
cursor: pointer; cursor: pointer;
font-size: 0.85rem; font-size: 0.85rem;
transition: 0.2s; transition: 0.2s;
user-select: none;
} }
.button > img { .button > img {
...@@ -76,6 +77,7 @@ $border-radius: 0.25rem; ...@@ -76,6 +77,7 @@ $border-radius: 0.25rem;
border: 1px solid $ui-black-transparent; border: 1px solid $ui-black-transparent;
cursor: pointer; cursor: pointer;
padding: 0.75rem; padding: 0.75rem;
user-select: none;
} }
.round-button > img { .round-button > img {
...@@ -91,6 +93,7 @@ $border-radius: 0.25rem; ...@@ -91,6 +93,7 @@ $border-radius: 0.25rem;
color: $text-primary; color: $text-primary;
font-size: 0.625rem; font-size: 0.625rem;
margin-left: 1rem; margin-left: 1rem;
user-select: none;
} }
.trim-button > img { .trim-button > img {
...@@ -108,6 +111,7 @@ $border-radius: 0.25rem; ...@@ -108,6 +111,7 @@ $border-radius: 0.25rem;
flex-basis: 60px; flex-basis: 60px;
color: $text-primary; color: $text-primary;
font-size: 0.625rem; font-size: 0.625rem;
user-select: none;
} }
.effect-button + .effect-button { .effect-button + .effect-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment