mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Focus and spacing tweaks
This commit is contained in:
parent
b1ca81bf2d
commit
be3306aa0b
2 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ block content
|
||||||
if userIsFromOLv1(user)
|
if userIsFromOLv1(user)
|
||||||
div(ng-show="visible")
|
div(ng-show="visible")
|
||||||
| To tag or rename your v1 projects, please go back to Overleaf v1.
|
| To tag or rename your v1 projects, please go back to Overleaf v1.
|
||||||
|
div(ng-show="visible")
|
||||||
a.project-list-sidebar-v1-link(
|
a.project-list-sidebar-v1-link(
|
||||||
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
|
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
|
||||||
) Go back to v1
|
) Go back to v1
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
&:hover, &:active {
|
&:hover, &:active, &:focus {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue