summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {