From 102fddd3ed52fd8b9b94c52397b7abdbfd4ed708 Mon Sep 17 00:00:00 2001 From: Yakov Manshin Date: Fri, 18 Oct 2024 17:51:49 +0200 Subject: [PATCH] fix(client): Disabled Selectability of Logo Text * Updated `h1` styles in the root view to prevent the logo text from being selectable --- client/src/www/views/root_view/root_header/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/www/views/root_view/root_header/index.ts b/client/src/www/views/root_view/root_header/index.ts index de7602a96a..833d2570a3 100644 --- a/client/src/www/views/root_view/root_header/index.ts +++ b/client/src/www/views/root_view/root_header/index.ts @@ -37,6 +37,7 @@ export class RootHeader extends LitElement { font-size: 24px; font-weight: 500; margin: 0; + user-select: none; } md-icon {