Commit 5f7f35e8fe9b921f599aba29406947720959f4fa

Authored by Dmitriy Zaporozhets
1 parent 76f3898f

Decorate links on focus

app/assets/stylesheets/gitlab_bootstrap/typography.scss
... ... @@ -41,6 +41,10 @@ a {
41 41 color: $primary_color;
42 42 }
43 43  
  44 + &:focus {
  45 + text-decoration: underline;
  46 + }
  47 +
44 48 &.btn {
45 49 color: $style_color;
46 50 &:hover {
... ...