diff options
author | Phil Hughes <me@iamphill.com> | 2018-04-24 08:12:10 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-04-24 08:12:10 +0100 |
commit | c45932bee018aa7d0256367fc4830f5b45bedbab (patch) | |
tree | ab138f0282d46ef15063cde51c8ff54f589be087 /app/assets/stylesheets | |
parent | 34d5d1fa80770db015253a9d39393979fc838376 (diff) | |
download | gitlab-ce-c45932bee018aa7d0256367fc4830f5b45bedbab.tar.gz |
remove underline from context header
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 5 |
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 { |