Revert "MAINT: Suplement user-select: none with -webkit-user-select: none"

This reverts commit 5d48a43813d9a983f1bf0f1b9dd259168fe5fb5c.

The lack of `-webkit-user-select` was not the culprit; it was the lack of `user-select` on the button element itself (rather than just the tooltip)
This commit is contained in:
bananarama92 2025-04-09 18:31:34 +02:00
parent 9c19fbf589
commit e2a5cd65be
No known key found for this signature in database
GPG key ID: E83C7D3B5DA36248
6 changed files with 0 additions and 14 deletions

View file

@ -24,7 +24,6 @@
mask-size: contain;
box-sizing: border-box;
user-select: none;
-webkit-user-select: none;
}
/* Delegate the background/border styling to a separate class in order to ease their removal when a greater degree of element styling is desired */