mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-28 00:01:10 +00:00
Fix selector specificty for Minerva
Bug: T270989 Change-Id: I55d6735002247b228b7c2a7406d684496b0b7f00
This commit is contained in:
parent
10ec5067c5
commit
d3b4227ed4
|
@ -42,7 +42,8 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
&-lines pre {
|
||||
&-lines pre,
|
||||
.content &-lines pre { // Increase specificty over mobile selectors
|
||||
padding-left: 3.5em;
|
||||
box-shadow: inset 2.75em 0 0 #f0f0f0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue