Fix social nav hover colors.
This commit is contained in:
parent
535893eba1
commit
26db0b5daa
4 changed files with 6 additions and 11 deletions
|
@ -126,8 +126,7 @@ $site-branding-height: 68px;
|
|||
}
|
||||
}
|
||||
|
||||
li:first-of-type > a,
|
||||
a {
|
||||
.menu-item > a {
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -314,13 +314,11 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
}
|
||||
}
|
||||
|
||||
.site-header .social-navigation li:first-of-type > a,
|
||||
.site-header .social-navigation a {
|
||||
.site-header .social-navigation .menu-item > a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-header .social-navigation li:first-of-type > a:hover,
|
||||
.site-header .social-navigation a:hover {
|
||||
.site-header .social-navigation .menu-item > a:hover {
|
||||
border-color: transparent;
|
||||
color: var(--global--color-primary);
|
||||
}
|
||||
|
|
|
@ -314,13 +314,11 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
}
|
||||
}
|
||||
|
||||
.site-header .social-navigation li:first-of-type > a,
|
||||
.site-header .social-navigation a {
|
||||
.site-header .social-navigation .menu-item > a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-header .social-navigation li:first-of-type > a:hover,
|
||||
.site-header .social-navigation a:hover {
|
||||
.site-header .social-navigation .menu-item > a:hover {
|
||||
border-color: transparent;
|
||||
color: var(--global--color-primary);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue