mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
Merge "Hide text without confusing Chromium's cursoring"
This commit is contained in:
commit
e6fd4f87c9
|
@ -14,3 +14,11 @@
|
|||
.ve-init-target-ie .ve-ce-mwReferenceNode {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Use zero font size to hide the default rendering, rather than display:none, to
|
||||
* work around T123608 (cursoring bug in Chromium). See that bug for a discussion
|
||||
* of the effect this has on bidi text. */
|
||||
.ve-ce-mwReferenceNode span.mw-reflink-text {
|
||||
font-size: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue