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:
authorwinh <winnie@gitlab.com>2017-06-12 21:35:46 +0300
committerwinh <winnie@gitlab.com>2017-06-12 21:35:46 +0300
commitda4f2c92889817b6adb7a5a8f54b1c6cbcd52809 (patch)
tree899d825fd5f616949990b025f58c2bf818731da9 /app/assets
parente889b4e8c2f9e31ceac6e456793de357d96067f7 (diff)
Move remove token of Select2 to the rightwinh-select2-remove-token
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/selects.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 5ae833cd5f6..1b20c35ad98 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -109,10 +109,12 @@
line-height: 15px;
background-color: $gray-light;
background-image: none;
+ padding: 3px 18px 3px 5px;
.select2-search-choice-close {
- top: 4px;
- left: 3px;
+ top: 5px;
+ left: initial;
+ right: 3px;
}
&.select2-search-choice-focus {