Merge pull request #4716 from MMasey/#4715

#4715 - V8 - IE11: section name underline not in correct position
This commit is contained in:
Sebastiaan Janssen
2019-03-06 15:39:24 +01:00
committed by GitHub

View File

@@ -37,7 +37,8 @@ ul.sections>li>a::after {
height: 4px;
width: 100%;
background-color: @pinkLight;
position: absolute;
position: absolute;
left: 0;
bottom: -4px;
border-radius: 3px 3px 0 0;
opacity: 0;