@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user