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
Boxiang Sun
gitlab-ce
Commits
37d43fa9
Commit
37d43fa9
authored
Jan 03, 2017
by
dimitrieh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rake scss linting errors
parent
6e7b4110
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+2
-2
app/assets/stylesheets/pages/labels.scss
app/assets/stylesheets/pages/labels.scss
+2
-2
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+1
-1
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
37d43fa9
...
...
@@ -84,9 +84,9 @@
@for
$i
from
1
through
length
(
$defaultProperties
)
{
$p
:
null
;
@if
$i
<=
length
(
$transition
)
{
$p
:
nth
(
$transition
,
$i
)
$p
:
nth
(
$transition
,
$i
)
;
}
@else
{
$p
:
nth
(
$defaultProperties
,
$i
)
$p
:
nth
(
$defaultProperties
,
$i
)
;
}
$unfoldedTransition
:
append
(
$unfoldedTransition
,
$p
);
}
...
...
app/assets/stylesheets/pages/labels.scss
View file @
37d43fa9
...
...
@@ -108,7 +108,7 @@
border-radius
:
$label-border-radius
;
&
:hover
{
box-shadow
:
inset
0
0
0
80px
rgba
(
0
,
0
,
0
,
0
.1
)
;
box-shadow
:
inset
0
0
0
80px
$label-remove-border
;
}
}
...
...
@@ -209,7 +209,7 @@
padding
:
6px
10px
6px
9px
;
&
:hover
{
box-shadow
:
inset
0
0
0
80px
rgba
(
0
,
0
,
0
,
0
.1
)
;
box-shadow
:
inset
0
0
0
80px
$label-remove-border
;
}
}
...
...
app/assets/stylesheets/pages/search.scss
View file @
37d43fa9
...
...
@@ -25,7 +25,7 @@ textarea:hover,
}
input
[
type
=
"checkbox"
]
:hover
{
box-shadow
:
0
0
2px
2px
rgba
(
153
,
212
,
247
,
0
.4
)
,
0
0
0
1px
rgba
(
153
,
212
,
247
,
0
.4
);
box-shadow
:
0
0
2px
2px
lighten
(
$search-input-focus-shadow-color
,
20%
)
,
0
0
0
1px
lighten
(
$search-input-focus-shadow-color
,
20%
);
}
.search
{
...
...
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