Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
3b03987a
Commit
3b03987a
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redesign multiple select2 options
parent
6c54823d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
10 deletions
+31
-10
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+31
-10
No files found.
app/assets/stylesheets/framework/selects.scss
View file @
3b03987a
...
...
@@ -48,17 +48,38 @@
color
:
#313236
;
}
.select2-container-multi
{
.select2-choices
{
@include
border-radius
(
2px
);
border-color
:
$input-border
;
background
:
white
;
padding-left
:
$gl-padding
/
2
;
.select2-search-field
input
{
padding
:
$gl-padding
/
2
;
font-size
:
13px
;
height
:
auto
;
font-family
:
inherit
;
font-size
:
inherit
;
}
.select2-container-multi
.select2-choices
{
@include
border-radius
(
2px
);
border-color
:
#CCC
;
}
.select2-container-multi
.select2-choices
.select2-search-field
input
{
padding
:
8px
14px
;
font-size
:
13px
;
line-height
:
18px
;
height
:
auto
;
.select2-search-choice
{
margin
:
8px
0
0
8px
;
background
:
white
;
box-shadow
:
none
;
border-color
:
$input-border
;
color
:
$gl-text-color
;
line-height
:
15px
;
.select2-search-choice-close
{
top
:
5px
;
}
&
.select2-search-choice-focus
{
border-color
:
$gl-text-color
;
}
}
}
}
.select2-drop-active
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment