aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/button.css
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-01 00:54:19 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 00:38:40 +0200
commitbb49bd794bc8ea4238162725b518fb46234f3cf9 (patch)
treedb7b6152daac9f2c6b5fd051ab5d3b7ec7382791 /themes/base/button.css
parentdaa6fb55b35065c49c0ffc879c94627bbf85404c (diff)
downloadjquery-ui-bb49bd794bc8ea4238162725b518fb46234f3cf9.tar.gz
jquery-ui-bb49bd794bc8ea4238162725b518fb46234f3cf9.zip
All: Drop support for IE & some other browsers (but mostly IE)
Closes gh-2249
Diffstat (limited to 'themes/base/button.css')
-rw-r--r--themes/base/button.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/base/button.css b/themes/base/button.css
index f6780cb15..c432b4abc 100644
--- a/themes/base/button.css
+++ b/themes/base/button.css
@@ -18,12 +18,7 @@
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
user-select: none;
-
- /* Support: IE <= 11 */
- overflow: visible;
}
.ui-button,
@@ -74,7 +69,7 @@ input.ui-button.ui-icon-notext .ui-icon {
}
/* workarounds */
-/* Support: Firefox 5 - 40 */
+/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;