summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:02:44 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:02:44 -0600
commita6045538909ac9171bbeb5bf664f63ae9e71c3ff (patch)
treeb23e3ca39d5fa58d6ceaa480f260a1db600105de
parent9487dd3a40b99c9e42a46885ecc60ebedc34f637 (diff)
downloadgitlab-ce-button-focus-style.tar.gz
Adds focus state style to markdown area buttons.button-focus-style
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss3
1 files changed, 2 insertions, 1 deletions
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;
}
}