From 14098af372a7bd1cc3d5a99bcd698120efa36ae5 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Wed, 20 Jun 2018 14:55:58 +0000 Subject: Revert "Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'" This reverts merge request !19873 --- app/assets/stylesheets/bootstrap_migration.scss | 5 ----- app/assets/stylesheets/framework/contextual_sidebar.scss | 1 - 2 files changed, 6 deletions(-) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index e6303ad4642..0d8e867f41d 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -89,11 +89,6 @@ a { color: $gl-link-color; } -a:not(.btn):focus, -a:not(.btn):active { - text-decoration: underline; -} - hr { overflow: hidden; } diff --git a/app/assets/stylesheets/framework/contextual_sidebar.scss b/app/assets/stylesheets/framework/contextual_sidebar.scss index cccd1a6d942..9cbaaa5dc8d 100644 --- a/app/assets/stylesheets/framework/contextual_sidebar.scss +++ b/app/assets/stylesheets/framework/contextual_sidebar.scss @@ -193,7 +193,6 @@ &:focus { background: $link-active-background; color: $gl-text-color; - text-decoration: none; } } -- cgit v1.2.1