diff options
author | tauriedavis <taurie@gitlab.com> | 2016-11-07 16:18:42 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2016-11-08 10:03:17 -0800 |
commit | 5f2d9ba9ea9d86c409d74004ccf5811bc52a0828 (patch) | |
tree | a4e1c3824a7395b007e0a746a07a1ecef76a06f3 /app/assets/stylesheets/framework/sidebar.scss | |
parent | 6be0c160d346c67967e541a76b6fbf6fc1ba2456 (diff) | |
download | gitlab-ce-5f2d9ba9ea9d86c409d74004ccf5811bc52a0828.tar.gz |
24146 Add focus state to buttons and dropdowns24146-add-focus-state
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index d74c14ee2a4..44c445c0543 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -83,7 +83,6 @@ display: block; text-decoration: none; font-weight: normal; - outline: none; &:hover, &:active, |