BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
animations.scss
app/assets/stylesheets/framework/animations.scss
+2
-2
labels.scss
app/assets/stylesheets/pages/labels.scss
+2
-2
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