Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-23 19:32:30 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-23 19:32:30 +0300
commitf287ae24c0387315aff61658bc1baa03317bd465 (patch)
tree5f1e68bdd1499487f932df6158bfff73f4dcc035 /app/assets
parent6c65f7a7ce52fadcf53ea2395103de32b0107874 (diff)
Remove hover styling for generic textarea
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/search.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 12bff32bbf3..88ea92c5afb 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -18,7 +18,6 @@
.file-finder-input:hover,
.issuable-search-form:hover,
.search-text-input:hover,
-textarea:hover,
.form-control:hover {
border-color: lighten($dropdown-input-focus-border, 20%);
box-shadow: 0 0 4px lighten($search-input-focus-shadow-color, 20%);