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

@z-indexBase is 0. @z-indexBase - 1 is -1 which is identical to the
symbol @z-indexOccluded. The calculation didn't seem to add much to the
clarity of the code so use the symbol for grepability.

Change-Id: Ie8dcbca00a0a3e1d08a4ffe0b4fb3b71257f69c0
This commit is contained in:
Stephen Niedzielski 2019-08-05 14:50:47 -06:00
parent 095f0f245f
commit b1cbc639da
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".