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
Kazuhiko Shiozaki
gitlab-ce
Commits
647eccd1
Commit
647eccd1
authored
Feb 23, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed variable name to -hover
parent
9fd220b3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+1
-1
app/assets/stylesheets/framework/jquery.scss
app/assets/stylesheets/framework/jquery.scss
+2
-2
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+1
-1
app/assets/stylesheets/framework/timeline.scss
app/assets/stylesheets/framework/timeline.scss
+1
-1
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+1
-1
No files found.
app/assets/stylesheets/framework/files.scss
View file @
647eccd1
...
...
@@ -158,7 +158,7 @@
}
&
:hover
{
background
:
$hover
;
background
:
$
row-
hover
;
}
}
}
...
...
app/assets/stylesheets/framework/jquery.scss
View file @
647eccd1
...
...
@@ -48,8 +48,8 @@
.ui-state-hover
,
.ui-state-focus
{
border
:
1px
solid
$hover
;
background
:
$hover
;
border
:
1px
solid
$
row-
hover
;
background
:
$
row-
hover
;
color
:
#333
;
}
}
...
...
app/assets/stylesheets/framework/lists.scss
View file @
647eccd1
...
...
@@ -38,7 +38,7 @@
&
.smoke
{
background-color
:
$background-color
;
}
&
:hover
{
background
:
$hover
;
background
:
$
row-
hover
;
}
&
:last-child
{
...
...
app/assets/stylesheets/framework/timeline.scss
View file @
647eccd1
...
...
@@ -11,7 +11,7 @@
border-bottom
:
1px
solid
$border-white-light
;
&
:target
{
background
:
$hover
;
background
:
$
row-
hover
;
}
&
:last-child
{
...
...
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
View file @
647eccd1
...
...
@@ -70,7 +70,7 @@ $pagination-bg: #fff;
$pagination-border
:
$border-color
;
$pagination-hover-color
:
$gl-gray
;
$pagination-hover-bg
:
$hover
;
$pagination-hover-bg
:
$
row-
hover
;
$pagination-hover-border
:
$border-color
;
$pagination-active-color
:
$blue-dark
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
647eccd1
$hover
:
#f4f8fe
;
$
row-
hover
:
#f4f8fe
;
$gl-text-color
:
#54565B
;
$gl-text-green
:
#4A2
;
$gl-text-red
:
#D12F19
;
...
...
app/assets/stylesheets/pages/tree.scss
View file @
647eccd1
...
...
@@ -21,7 +21,7 @@
&
:hover
{
td
{
background
:
$hover
;
background
:
$
row-
hover
;
}
cursor
:
pointer
;
}
...
...
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