Skip to content

Commit

Permalink
Merge pull request #5458 from tiffy74/issue#5277_13
Browse files Browse the repository at this point in the history
Issue#5277 13
  • Loading branch information
nul800sebastiaan authored May 31, 2019
2 parents a3547a7 + ef15c24 commit 5f67b3a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Umbraco.Web.UI.Client/src/less/sections.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 5f67b3a

Please sign in to comment.