From 2d33ace41083512a55b8017f525e865fb78e328e Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 4 May 2016 11:28:30 +0200 Subject: [PATCH] Adds styles for :focus selector --- app/assets/stylesheets/layout.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index d59b33b5e..8df100359 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -88,7 +88,7 @@ a { } &:focus { - outline: 0; + outline: 3px solid #ffbf47; } } @@ -656,6 +656,10 @@ form.locale-form { padding-left: rem-calc(3); padding-right: $line-height; width: auto; + + &:focus { + outline: 3px solid #ffbf47; + } } } }