From ecd7e1d0c2cc80e3684b8bb2bd754ef5a6a4e41f Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 8 Nov 2018 09:55:46 -0600 Subject: [PATCH] Merge pull request #1129 from sharelatex/jel-accessible-focus Focus styling for menu and contact form GitOrigin-RevId: e8288308f8284eae1374fb774d8290b190c47d3a --- services/web/public/stylesheets/components/navbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 01f41b0507..36b15254ef 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -468,13 +468,13 @@ padding: @navbar-subdued-padding; margin-left: 0; background-color: transparent; - &:hover { + &:hover, + &:focus { color: @navbar-subdued-hover-color; background-color: @navbar-subdued-hover-bg; } &:focus { - color: @navbar-subdued-color; - background-color: transparent; + .tab-focus() } }