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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
2461b9b6
Commit
2461b9b6
authored
Dec 13, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix scss lint
parent
0ce24455
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+4
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
2461b9b6
...
...
@@ -39,7 +39,7 @@
padding-right
:
25px
;
&
:focus
~
.fa-filter
{
color
:
#444
;
color
:
$common-gray-dark
;
}
}
...
...
@@ -65,7 +65,7 @@
outline
:
none
;
&
:hover
.fa-times
{
color
:
#444
;
color
:
$common-gray-dark
;
}
}
}
...
...
@@ -92,11 +92,11 @@
&
:hover
,
&
:focus
{
background-color
:
$dropdown-hover-color
;
color
:
white
;
color
:
$white-light
;
text-decoration
:
none
;
.dropdown-label-box
{
border-color
:
white
;
border-color
:
$white-light
;
border-style
:
solid
;
border-width
:
2px
;
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
2461b9b6
...
...
@@ -266,7 +266,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/*
* Filtered Search
*/
$dropdown-hover-color
:
#3
B86FF
;
$dropdown-hover-color
:
#3
b86ff
;
/*
* Buttons
...
...
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