Merge pull request #5458 from tiffy74/issue#5277_13

Issue#5277 13
This commit is contained in:
Sebastiaan Janssen
2019-05-31 20:52:16 +02:00
committed by GitHub

View File

@@ -57,16 +57,17 @@ ul.sections>li.current>a::after {
opacity: 1;
transform: translateY(0px);
}
ul.sections>li.current>a .section__name,
ul.sections>li>a:hover .section__name,
ul.sections>li>a:focus .section__name {
opacity: 1;
ul.sections > li.current > a .section__name,
ul.sections > li > a:hover .section__name {
opacity: 1;
-webkit-font-smoothing: subpixel-antialiased;
}
ul.sections>li>a:focus .section__name {
ul.sections > li > a:focus .section__name {
.tabbing-active & {
box-shadow: 0 0 2px @pinkLight, inset 0 0 2px 1px @pinkLight;
border: 1px solid;
border-color: @gray-9;
}
}