TinyMCE wpVIew: use CSS3 `currentcolor` for the fake carets, see #28595.
Built from https://develop.svn.wordpress.org/trunk@29245 git-svn-id: http://core.svn.wordpress.org/trunk@29029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6628d7dd33
commit
47b735b0e4
|
@ -262,6 +262,7 @@ audio {
|
|||
bottom: -2px;
|
||||
width: 1px;
|
||||
background-color: black;
|
||||
background-color: currentcolor;
|
||||
-webkit-transition: opacity 0.15s ease-out;
|
||||
-moz-transition: opacity 0.15s ease-out;
|
||||
transition: opacity 0.15s ease-out;
|
||||
|
|
Loading…
Reference in New Issue