From be3306aa0bf4db8ef6110cbb42a351321ba15bb6 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 22 Mar 2018 17:18:47 +0000 Subject: [PATCH] Focus and spacing tweaks --- services/web/app/views/project/list.pug | 1 + services/web/public/stylesheets/app/sidebar-v2-dash-pane.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/project/list.pug b/services/web/app/views/project/list.pug index fcf93accb3..2728cb87d5 100644 --- a/services/web/app/views/project/list.pug +++ b/services/web/app/views/project/list.pug @@ -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 diff --git a/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less b/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less index 6000b08d02..a14f3b4d4a 100644 --- a/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less +++ b/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less @@ -35,7 +35,7 @@ color: white; padding: 0; line-height: 1; - &:hover, &:active { + &:hover, &:active, &:focus { color: white; } }