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-06-20 18:06:46 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-20 18:06:46 +0300
commit33f60884734ce6b956d963e3b9e0f0504b39f02d (patch)
treef8218a58c37a23c50b454e4dc6d8860466f90134
parent03db17082ea68fbe117779e3e2dcce71fd4febc5 (diff)
parentc04558aa6aa814919a535a38a7575ac499b51440 (diff)
Merge branch 'search-clear-button-center' into 'master'
Fixed filtered search clear button being off-center Closes #33912 See merge request !12304
-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;