summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-11-07 16:18:42 -0800
committertauriedavis <taurie@gitlab.com>2016-11-08 10:03:17 -0800
commit5f2d9ba9ea9d86c409d74004ccf5811bc52a0828 (patch)
treea4e1c3824a7395b007e0a746a07a1ecef76a06f3 /app/assets/stylesheets/pages/search.scss
parent6be0c160d346c67967e541a76b6fbf6fc1ba2456 (diff)
downloadgitlab-ce-5f2d9ba9ea9d86c409d74004ccf5811bc52a0828.tar.gz
24146 Add focus state to buttons and dropdowns24146-add-focus-state
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index bf688af50e2..b4761df3f23 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -31,7 +31,6 @@
padding-right: 20px;
border: none;
font-size: 14px;
- outline: none;
padding: 0;
margin-left: 5px;
line-height: 25px;
@@ -229,6 +228,5 @@
&:hover,
&:focus {
color: $gl-link-color;
- outline: none;
}
}