Skip to content

Commit

Permalink
Removed x's from text fields (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch authored Jun 29, 2016
1 parent 1e647e5 commit 3e75a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,8 @@ c.validation-wrapper {
}
}
}

// IE: make x's disappear for input items
input::-ms-clear {
display: none;
}

0 comments on commit 3e75a87

Please sign in to comment.