summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-23 11:47:57 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-23 11:47:57 +0300
commit5f7f35e8fe9b921f599aba29406947720959f4fa (patch)
treebf02191a69a33b54e96f9dc8e037a6979ae3ab36
parent76f3898fbf13bb4a4b7cf910c393177ae19bd25e (diff)
downloadgitlab-ce-5f7f35e8fe9b921f599aba29406947720959f4fa.tar.gz
Decorate links on focus
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/typography.scss b/app/assets/stylesheets/gitlab_bootstrap/typography.scss
index 1f0c4802318..ab14624186d 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 {