Removes border around <select> caret in IE10+ #16529
+10
−2
less/forms.less
| @@ -132,6 +132,12 @@ output { | ||
| // Placeholder | ||
| .placeholder(); | ||
| + // Removes the border and background color around the caret in IE |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
1 check passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
This was referenced Jun 18, 2015
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working example in JSbin. Open it using IE: http://jsbin.com/lapakociya/1/edit?html,css,output
Removes border around select caret. Fixes issue #16527
Before and After in IE:
