Commit 9c185c43 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Simpler way to place arrow

parent de3cdcfc
...@@ -16,12 +16,11 @@ ...@@ -16,12 +16,11 @@
@include border-radius($border-radius-default); @include border-radius($border-radius-default);
.select2-arrow { .select2-arrow {
width: auto;
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
border: none; border: none;
top: calc(50% - 12px); padding-top: 6px;
right: 8px; padding-right: 10px;
b { b {
@extend .caret; @extend .caret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment