From 5f7f35e8fe9b921f599aba29406947720959f4fa Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 23 May 2013 11:47:57 +0300 Subject: [PATCH] Decorate links on focus --- app/assets/stylesheets/gitlab_bootstrap/typography.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/typography.scss b/app/assets/stylesheets/gitlab_bootstrap/typography.scss index 1f0c480..ab14624 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/typography.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/typography.scss @@ -41,6 +41,10 @@ a { color: $primary_color; } + &:focus { + text-decoration: underline; + } + &.btn { color: $style_color; &:hover { -- libgit2 0.21.2