1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-20 04:53:58 +00:00

Merge pull request from sharelatex/ja-panel-style-tweaks

Focus and spacing tweaks
This commit is contained in:
Paulo Jorge Reis 2018-03-27 10:07:17 +01:00 committed by GitHub
commit f633276570
2 changed files with 2 additions and 1 deletions
services/web
app/views/project
public/stylesheets/app

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;
}
}