Merge "[dev] [LESS] use z-index symbol instead of hardcode"

This commit is contained in:
jenkins-bot 2019-08-08 16:42:31 +00:00 committed by Gerrit Code Review
commit 78748794c6
1 changed files with 1 additions and 1 deletions

View File

@ -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".