summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-24 08:12:10 +0100
committerPhil Hughes <me@iamphill.com>2018-04-24 08:12:10 +0100
commitc45932bee018aa7d0256367fc4830f5b45bedbab (patch)
treeab138f0282d46ef15063cde51c8ff54f589be087
parent34d5d1fa80770db015253a9d39393979fc838376 (diff)
downloadgitlab-ce-c45932bee018aa7d0256367fc4830f5b45bedbab.tar.gz
remove underline from context header
-rw-r--r--app/assets/stylesheets/pages/repo.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index f050b105f99..e845bbba77d 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -433,6 +433,11 @@
.context-header {
width: auto;
margin-right: 0;
+
+ a:hover,
+ a:focus {
+ text-decoration: none;
+ }
}
.multi-file-commit-panel-inner {