fixed sections.less focus states on top menu

This commit is contained in:
Tiffany Prosser
2019-05-14 13:45:49 +01:00
parent a43359e440
commit d255cd115b

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: @navbarLinkColorHover;
}
}