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
2e5cd0f1
Commit
2e5cd0f1
authored
Mar 28, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused CSS
parent
d5b4b4e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
27 deletions
+5
-27
app/assets/stylesheets/framework/jquery.scss
app/assets/stylesheets/framework/jquery.scss
+4
-26
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+1
-1
No files found.
app/assets/stylesheets/framework/jquery.scss
View file @
2e5cd0f1
...
...
@@ -19,35 +19,13 @@
}
&
.ui-autocomplete
{
border-color
:
#ddd
;
padding
:
0
;
margin-top
:
2px
;
z-index
:
1001
;
width
:
240px
;
margin-bottom
:
0
;
padding
:
10px
;
font-size
:
14px
;
font-weight
:
normal
;
background-color
:
$dropdown-bg
;
border
:
1px
solid
$dropdown-border-color
;
border-radius
:
$border-radius-base
;
box-shadow
:
0
2px
4px
$dropdown-shadow-color
;
.ui-menu-item
{
display
:
block
;
position
:
relative
;
padding
:
0
10px
;
color
:
$dropdown-link-color
;
line-height
:
34px
;
text-overflow
:
ellipsis
;
border-radius
:
2px
;
white-space
:
nowrap
;
overflow
:
hidden
;
border
:
none
;
&
.ui-state-focus
{
background-color
:
$dropdown-link-hover-bg
;
text-decoration
:
none
;
margin
:
0
;
}
.ui-menu-item
a
{
padding
:
4px
10px
;
}
}
...
...
app/assets/stylesheets/pages/search.scss
View file @
2e5cd0f1
...
...
@@ -122,7 +122,7 @@
}
.dropdown-content
{
max-height
:
3
0
0px
;
max-height
:
3
5
0px
;
}
}
...
...
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