mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: remove outdated CSS property
WebUI already has the standard counterparts.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user