Skip to content

Commit b704f92

Browse files
committed
Add another one
1 parent f85d258 commit b704f92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/x-data-grid/src/components/toolbar/GridToolbarQuickFilter.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ const GridToolbarQuickFilterRoot = styled(TextField, {
3939
'& .MuiInput-underline:before': {
4040
borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
4141
},
42-
[`& input[type=search]::-ms-clear,
43-
& input[type=search]::-ms-reveal`]: {
44-
/* clears the 'X' icon from IE */
45-
display: 'none',
46-
width: 0,
47-
height: 0,
48-
},
4942
[`& input[type="search"]::-webkit-search-decoration,
5043
& input[type="search"]::-webkit-search-cancel-button,
5144
& input[type="search"]::-webkit-search-results-button,

0 commit comments

Comments
 (0)