From c45932bee018aa7d0256367fc4830f5b45bedbab Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 24 Apr 2018 08:12:10 +0100 Subject: remove underline from context header --- app/assets/stylesheets/pages/repo.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- cgit v1.2.1