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:
authorPhil Hughes <me@iamphill.com>2017-06-20 13:19:28 +0300
committerPhil Hughes <me@iamphill.com>2017-06-20 13:19:28 +0300
commitc04558aa6aa814919a535a38a7575ac499b51440 (patch)
tree6d22db8e25e17fd490d1b92b6a51669649f6f93c
parentbf57a7e80c44080dc7ec0fd774148afdae29cc31 (diff)
Fixed filtered search clear button being off-center
Closes #33912
-rw-r--r--app/assets/stylesheets/framework/filters.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 880ab52fa1b..767cf5ffea5 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -236,9 +236,6 @@
width: 35px;
background-color: $white-light;
border: none;
- position: static;
- right: 0;
- height: 100%;
outline: none;
z-index: 1;