Disable text selection in dropdown menus
authorMarcel Werk <burntime@woltlab.com>
Mon, 15 Aug 2022 14:29:37 +0000 (16:29 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 15 Aug 2022 14:29:37 +0000 (16:29 +0200)
wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss

index f2fb2e41a5975c42848fc02a21b8ce5c3eef5cde..fca690e58b7b770b80b36ff1747c43a88983127d 100644 (file)
@@ -85,6 +85,7 @@
                        padding: 5px 20px;
                        text-decoration: none;
                        text-overflow: ellipsis;
+                       user-select: none;
                        white-space: nowrap;
                        word-wrap: normal;