From c928380cd8f46aa9ae34d6ff5734146f67984e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Vaculi=CC=81k?= Date: Wed, 25 Feb 2026 08:45:20 +0100 Subject: [PATCH] Fix: Remove obsolete CSS vendor prefixes Remove -webkit-border-radius, -moz-border-radius, -webkit-box-shadow, -moz-box-shadow, -ms-flex, -khtml-user-select, -moz-user-select and -ms-user-select prefixes. Keep -webkit-user-select and -webkit-touch-callout for Safari/iOS support. --- assets/css/datagrid.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/assets/css/datagrid.css b/assets/css/datagrid.css index bcc4d35f..477554d6 100644 --- a/assets/css/datagrid.css +++ b/assets/css/datagrid.css @@ -211,7 +211,6 @@ [data-datagrid-name] .datagrid-col-filter-date-range > .input-group { position: relative; - -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-bottom: 0; @@ -224,8 +223,6 @@ } [data-datagrid-name] table thead tr th .datagrid-col-filter-range .form-control { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px } @@ -339,8 +336,6 @@ } [data-datagrid-name] .datagrid-tree .datagrid-tree-item .datagrid-tree-item-content .datagrid-tree-item-left > .chevron { - -webkit-border-radius: 11px; - -moz-border-radius: 11px; border-radius: 11px; width: 22px; height: 22px; @@ -355,8 +350,6 @@ } [data-datagrid-name] .datagrid-tree .datagrid-tree-item .datagrid-tree-item-content .datagrid-tree-item-left > .chevron:hover { - -webkit-box-shadow: 0px 0px 3px 0px #b4b4b4; - -moz-box-shadow: 0px 0px 3px 0px #b4b4b4; box-shadow: 0px 0px 3px 0px #b4b4b4 } @@ -557,9 +550,6 @@ [data-datagrid-name] .col-checkbox { -webkit-touch-callout: none; -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none }