Skip to content

Commit 1110aa8

Browse files
author
vikasrohit
authored
Merge pull request #521 from appirio-tech/feature/text-input-close-icon-ie11
Github issue #238 #241 Clearing 'Project Name' from (x) clear button;…
2 parents b39cfd3 + b6e7ec2 commit 1110aa8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/projects/create/components/NewProjectForm.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,11 @@
273273
&.padding-top-30{
274274
padding-top: 60px;
275275
}
276-
.row{
276+
.row {
277277
margin-bottom: 20px;
278+
input::-ms-clear {
279+
display: none;
280+
}
278281
&.center{
279282
display: table;
280283
margin: 0 auto;
@@ -405,6 +408,9 @@
405408
height: 80px;
406409
resize: none;
407410
}
411+
input::-ms-clear {
412+
display: none;
413+
}
408414
&.center {
409415
display: flex;
410416
justify-content: center;

0 commit comments

Comments
 (0)