Found a fix for the unwanted blinking caret in Internet Explorer browsers (IE9 through IE11, the last version of IE)

This commit is contained in:
Jeff 2017-07-21 11:34:25 -07:00 committed by Jeff Parsons
commit b7e424a46c
14 changed files with 1282 additions and 1248 deletions

View file

@ -2,7 +2,7 @@
/* @author Jeff Parsons (@jeffpar)
@website http://www.pcjs.org/
@created 2013-05-05
@modified 2014-03-12
@modified 2017-07-21
@license http://www.gnu.org/licenses/gpl.html
*/
@ -217,7 +217,7 @@
font-size: medium;
background: rgba(0, 0, 0, .5);
opacity: 0;
line-height: 0; /* try to prevent Safari on iOS from always displaying a blinking cursor */
line-height: 0; /* try to prevent Safari on iOS from always displaying a blinking caret */
}
.pcjs-reference {
float: left;