mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "[dev] [LESS] use z-index symbol instead of hardcode"
This commit is contained in:
commit
78748794c6
|
@ -119,7 +119,7 @@ table.ambox {
|
|||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: @z-indexBase - 1; // set z-index 1 below the parent element.
|
||||
z-index: @z-indexOccluded;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%; // width & height defined by length of "learn more".
|
||||
|
|
Loading…
Reference in a new issue