Skip to content

Commit 550981a

Browse files
authored
Fix: Remove obsolete CSS vendor prefixes (#1259)
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.
1 parent c9370cb commit 550981a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

assets/css/datagrid.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211

212212
[data-datagrid-name] .datagrid-col-filter-date-range > .input-group {
213213
position: relative;
214-
-ms-flex: 1 1 auto;
215214
flex: 1 1 auto;
216215
width: 1%;
217216
margin-bottom: 0;
@@ -224,8 +223,6 @@
224223
}
225224

226225
[data-datagrid-name] table thead tr th .datagrid-col-filter-range .form-control {
227-
-webkit-border-radius: 3px;
228-
-moz-border-radius: 3px;
229226
border-radius: 3px
230227
}
231228

@@ -339,8 +336,6 @@
339336
}
340337

341338
[data-datagrid-name] .datagrid-tree .datagrid-tree-item .datagrid-tree-item-content .datagrid-tree-item-left > .chevron {
342-
-webkit-border-radius: 11px;
343-
-moz-border-radius: 11px;
344339
border-radius: 11px;
345340
width: 22px;
346341
height: 22px;
@@ -354,8 +349,6 @@
354349
}
355350

356351
[data-datagrid-name] .datagrid-tree .datagrid-tree-item .datagrid-tree-item-content .datagrid-tree-item-left > .chevron:hover {
357-
-webkit-box-shadow: 0px 0px 3px 0px #b4b4b4;
358-
-moz-box-shadow: 0px 0px 3px 0px #b4b4b4;
359352
box-shadow: 0px 0px 3px 0px #b4b4b4
360353
}
361354

@@ -575,9 +568,6 @@
575568
[data-datagrid-name] .col-checkbox {
576569
-webkit-touch-callout: none;
577570
-webkit-user-select: none;
578-
-khtml-user-select: none;
579-
-moz-user-select: none;
580-
-ms-user-select: none;
581571
user-select: none
582572
}
583573

0 commit comments

Comments
 (0)