Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 0944208

Browse files
committed
remove clear-all button from input fields in ie11
1 parent b4b4679 commit 0944208

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Dat.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ $border-left-size: 5px;
211211
background: lighten($input-color, $active-lighten);
212212
color: #fff;
213213
}
214+
215+
&::-ms-clear {
216+
display: none;
217+
}
214218
}
215219
}
216220
}

0 commit comments

Comments
 (0)