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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-20 18:06:46 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-06-20 18:26:38 +0300
commitd2a0d8ff09f0bd129bbc8b7a5dd4b8c26672d667 (patch)
treedbe433d6bdc842bded57fe6c939a9f5fe675cf48 /app
parent712dabc8cde1a80abf599b3cc6690d5955c9739c (diff)
Merge branch 'search-clear-button-center' into 'master'
Fixed filtered search clear button being off-center Closes #33912 See merge request !12304
Diffstat (limited to 'app')
-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 cfbaaaa04c7..9e876d7572d 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;