From a6045538909ac9171bbeb5bf664f63ae9e71c3ff Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Wed, 22 Jun 2016 16:02:44 -0600 Subject: [PATCH] Adds focus state style to markdown area buttons. --- app/assets/stylesheets/framework/markdown_area.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss index fd8eaa8a691..5d3273ea64d 100644 --- a/app/assets/stylesheets/framework/markdown_area.scss +++ b/app/assets/stylesheets/framework/markdown_area.scss @@ -125,7 +125,8 @@ border: 0; outline: 0; - &:hover { + &:hover, + &:focus { color: $gl-link-color; } }