mirror of https://github.com/istio/istio.io.git
SCSS cleanup. (#860)
- Delete some unused CSS definitions - Switch the nav bar link hover color from cyan to the site's overall $linkHoverColor.
This commit is contained in:
parent
127928a5f8
commit
ba76cf4e46
|
@ -32,7 +32,6 @@ $linkColor: $mainBrandColor;
|
|||
$linkHoverColor: lighten($linkColor, 20%);
|
||||
$linkDisabledColor: #CCCCCC;
|
||||
$textColor: #535f61;
|
||||
$titleColor: #555555;
|
||||
$dividerBarColor: rgba(0, 0, 0, .1);
|
||||
|
||||
// General Colors
|
||||
|
|
|
@ -35,14 +35,6 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
a.nav-link {
|
||||
color: $white;
|
||||
|
||||
&::hover {
|
||||
color: $popBrandColor;
|
||||
}
|
||||
}
|
||||
|
||||
a.active {
|
||||
border-bottom: solid 3px $white;
|
||||
border-radius: 2px;
|
||||
|
@ -70,7 +62,7 @@ header {
|
|||
color: white;
|
||||
|
||||
&:hover {
|
||||
color: cyan;
|
||||
color: $linkHoverColor;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
|
Loading…
Reference in New Issue