Skip to content
Snippets Groups Projects
Commit 01a54766 authored by Chris Lawton's avatar Chris Lawton
Browse files

login nav icon needs to change colour if there's no header background image...

login nav icon needs to change colour if there's no header background image otherwise it will blend in with the buttons background colour on hover
parent 02efaddf
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,11 @@
height: 15px;
margin-right: 5px;
fill: $color--white;
transition: fill $transition;
.button:hover & {
fill: $color--dark-blue;
}
.header--has-bg-image & {
fill: $color--dark-blue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment