Focus and spacing tweaks

This commit is contained in:
James Allen 2018-03-22 17:18:47 +00:00
parent b1ca81bf2d
commit be3306aa0b
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ block content
if userIsFromOLv1(user)
div(ng-show="visible")
| To tag or rename your v1 projects, please go back to Overleaf v1.
div(ng-show="visible")
a.project-list-sidebar-v1-link(
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
) Go back to v1

View file

@ -35,7 +35,7 @@
color: white;
padding: 0;
line-height: 1;
&:hover, &:active {
&:hover, &:active, &:focus {
color: white;
}
}