Skip to content
Snippets Groups Projects
Commit 42b277ec authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Make select2 design consistent

parent ea4d2741
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -68,6 +68,8 @@
@include btn-default;
@include btn-white;
 
color: $gl-text-color;
&.btn-small,
&.btn-sm {
padding: 4px 10px;
Loading
Loading
@@ -130,6 +132,11 @@
&.disabled {
pointer-events: auto !important;
}
.caret {
margin-left: 5px;
color: $gray-darkest;
}
}
 
.btn-block {
Loading
Loading
Loading
Loading
@@ -25,6 +25,6 @@
.issues-filters,
.issues_bulk_update {
.select2-container .select2-choice {
color: #444 !important;
// color: #444 !important;
}
}
Loading
Loading
@@ -2,38 +2,41 @@
.select2-container, .select2-container.select2-drop-above {
.select2-choice {
background: #FFF;
border-color: #DDD;
height: 36px;
padding: 6px $gl-padding;
border-color: $input-border;
height: 35px;
padding: $gl-vert-padding $gl-btn-padding;
font-size: $gl-font-size;
line-height: 1.42857143;
 
@include border-radius(2px);
@include border-radius($input-border-radius);
 
.select2-arrow {
background: #FFF;
border-left: none;
padding-top: 5px;
width: auto;
background-image: none;
background-color: transparent;
border: none;
top: calc(50% - 12px);
right: 8px;
b {
@extend .caret;
color: $gray-darkest;
}
}
 
.select2-chosen {
color: $gl-text-color;
margin-right: 15px;
}
 
&.select2-default {
.select2-chosen {
color: #999;
}
&:hover {
background-color: $gray-dark;
border-color: $border-white-normal;
color: #313236;
}
}
}
 
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice{
color: #7f8fa4;
border: 1px solid #e7e9ed;
}
.select2-drop {
@include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px);
@include border-radius (0px);
Loading
Loading
@@ -61,9 +64,8 @@
 
.select2-container-multi {
.select2-choices {
@include border-radius(2px);
@include border-radius($input-border-radius);
border-color: $input-border;
background: white;
padding-left: $gl-padding / 2;
 
.select2-search-field input {
Loading
Loading
@@ -76,7 +78,6 @@
 
.select2-search-choice {
margin: 8px 0 0 8px;
background: white;
box-shadow: none;
border-color: $input-border;
color: $gl-text-color;
Loading
Loading
@@ -93,6 +94,22 @@
}
}
 
.select2-container-active {
.select2-choice, .select2-choices {
@include box-shadow(none);
}
}
.select2-dropdown-open {
.select2-choice, .select2-choices {
outline: 0;
background-image: none;
border-color: #d6dae2;
background-color: $white-dark;
@include box-shadow (inset 0 0 4px rgba(0, 0, 0, 0.12));
}
}
.select2-drop-active {
border: 1px solid #BBB !important;
margin-top: 4px;
Loading
Loading
@@ -102,11 +119,6 @@
margin-bottom: 8px;
}
 
.select2-search input {
background: #fafafa;
border-color: #DDD;
}
.select2-results {
max-height: 350px;
.select2-highlighted {
Loading
Loading
@@ -115,6 +127,14 @@
}
}
 
.select2-search input {
background: #fff image-url('select2.png') no-repeat 99% -22px;
}
.select2-search input.select2-active {
background: #fff image-url('select2-spinner.gif') no-repeat 99%;
}
.select2-container {
width: 100% !important;
}
Loading
Loading
Loading
Loading
@@ -31,6 +31,7 @@ $gl-padding-top:10px;
$gl-avatar-size: 40px;
$secondary-text: #7f8fa4;
$error-exclamation-point: #E62958;
$input-border-radius: 3px;
 
/*
* Color schema
Loading
Loading
Loading
Loading
@@ -191,10 +191,10 @@
 
.dropdown-menu {
@include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px);
@include border-radius (0px);
@include border-radius ($input-border-radius);
 
border: none;
padding: 16px 0;
padding: 10px 0;
font-size: 14px;
font-weight: 100;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment