mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Cursor should always have height set dynamically within showCursor method so those two CSS propety are not relevant anymore.
This commit is contained in:
parent
6e36c7c439
commit
41a4b432db
|
@ -23,8 +23,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1.5em;
|
|
||||||
min-height: 1.5em;
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue