diff options
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/style.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 22c297dc31..ca5db2e63d 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -172,6 +172,7 @@ hr { } ._button { + @extend ._noSelect; appearance: none; display: inline-block; padding: 0; @@ -188,14 +189,6 @@ hr { line-height: inherit; max-width: 100%; - &, * { - @extend ._noSelect; - } - - * { - pointer-events: none; - } - &:focus-visible { outline: none; } |