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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 20:16:42 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 20:16:42 +0300
commit9c185c4361e87310830f6b99b9b51941b42a136c (patch)
tree46ccace38a400cb9fcc12df436179145dded6038
parentde3cdcfcd624971eabdcd00800d3e2d62c5c88ab (diff)
Simpler way to place arrow
-rw-r--r--app/assets/stylesheets/framework/selects.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index bdc5a9cfab1..1e74139849c 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -16,12 +16,11 @@
@include border-radius($border-radius-default);
.select2-arrow {
- width: auto;
background-image: none;
background-color: transparent;
border: none;
- top: calc(50% - 12px);
- right: 8px;
+ padding-top: 6px;
+ padding-right: 10px;
b {
@extend .caret;