WebUI: remove outdated CSS property

WebUI already has the standard counterparts.
This commit is contained in:
Chocobo1
2024-08-09 23:49:57 +08:00
parent 9df3ee0de8
commit 3e18b1d30c
3 changed files with 0 additions and 9 deletions

View File

@@ -174,7 +174,6 @@ window.qBittorrent.ContextMenu ??= (() => {
addTarget: function(t) {
// prevent long press from selecting this text
t.style.userSelect = "none";
t.style["-webkit-user-select"] = "none";
this.targets[this.targets.length] = t;
this.setupEventListeners(t);