Remove lower-alpha hack

Lower-alpha is enwiki/community specific preference and as such should
be defined in Common.css of that wiki.

Bug: T326467

Change-Id: I1c254031185b130de90fad2410a21533e8c3ba96
Signed-off-by: eranroz <eranroz89@gmail.com>
This commit is contained in:
eranroz 2023-01-07 12:37:09 +02:00
parent bfa8df9e2c
commit fef36c2da9

View file

@ -1,6 +0,0 @@
/* Temporary: This is enwiki specific.
* Need this for b/c till we add this to enwiki's Mediawiki:Common.css */
span[ rel~='mw:referencedBy' ] a:before {
content: counter( mw-ref-linkback, lower-alpha );
}