Reduce unnecessary selector specificity

Bug: T214218
Change-Id: If0afb83d7f5f9b288427aaf09951348ed94cd74e
This commit is contained in:
Volker E 2019-01-18 17:23:48 -08:00
parent 70d33d3d56
commit 994edd76e0

View file

@ -40,7 +40,7 @@
// Compare with mediawiki.legacy/shared.css
// Move out of .content selector to avoid increased
// specificty conflicts e.g. with tablesorter (T205945)
table.wikitable {
.wikitable {
border: 1px solid @colorGray5;
// Note older browsers will fall back to @grayLight
border-color: fade( @colorGray5, 30 );