mirror of https://github.com/istio/istio.io.git
parent
22390cfa12
commit
ab1fe1699c
|
@ -40,6 +40,10 @@
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.nav>li>a.current {
|
||||
@include underline()
|
||||
}
|
||||
|
||||
.nav li a:active, .nav li a:focus, .nav li a:hover {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
var copyCode = new Clipboard('.copy-button', {
|
||||
target: function(trigger) {
|
||||
return trigger.nextElementSibling;
|
||||
return trigger.parentElement.nextElementSibling;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue