mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Reduce unnecessary selector specificity"
This commit is contained in:
commit
33736e3ead
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue