mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Fix broken selector in MWReferenceNode.less
This issue was introduced in I7a8ec9f. I tried to understand what this does but can't see an effect. The behavior and appearence seems to be identical with and without this code. In case it turns out this is dead code (e.g. not needed any more with our current browser requirements) it should be removed. Otherwise the selector fixed. Change-Id: I0bfae951aa4543c528dd7e04c00a0e978f1ce49e
This commit is contained in:
parent
bada094fb2
commit
4ac067c0fa
|
@ -21,12 +21,10 @@
|
|||
* Previously this was also required to work around a cursoring bug in Chromium
|
||||
* (T123608), but as of 2020 that bug seems to be fixed in the browser.
|
||||
*/
|
||||
.ve-ce-mwReferenceNode {
|
||||
span.mw-reflink-text {
|
||||
color: transparent;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
span.mw-reflink-text {
|
||||
color: transparent;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
&-placeholder a::after {
|
||||
|
|
Loading…
Reference in a new issue