Merge "Reduce unnecessary selector specificity"

This commit is contained in:
jenkins-bot 2019-01-19 04:38:54 +00:00 committed by Gerrit Code Review
commit 33736e3ead
1 changed files with 1 additions and 1 deletions

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 );