Merge branch 'button-focus-style' into 'master'

Adds focus state style to markdown area buttons.

## What does this MR do?

It makes it possible to see when the button is focused when tabbing through the interface. This is for the new markdown buttons in the comment field.

See merge request !4867
This commit is contained in:
Jacob Schatz 2016-06-29 21:34:18 +00:00
commit 47648a50d7
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@
border: 0; border: 0;
outline: 0; outline: 0;
&:hover { &:hover,
&:focus {
color: $gl-link-color; color: $gl-link-color;
} }
} }