Skip to content

Commit

Permalink
Fixed inconsistent styling of logout button in metanav.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon authored and timgraham committed Sep 30, 2016
1 parent 557f430 commit 365ce23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scss/trachacks.scss
Expand Up @@ -176,6 +176,19 @@ div[role="main"]{
}
}
}

form.trac-logout {
button {
color: $green;
border-bottom: 0;

&:hover {
background-color: inherit;
color: $green;
text-decoration: underline;
}
}
}
}

#mainnav {
Expand Down

0 comments on commit 365ce23

Please sign in to comment.