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:
thiemowmde 2023-04-11 20:37:00 +02:00
parent bada094fb2
commit 4ac067c0fa

View file

@ -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 {