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
f882177a
Commit
f882177a
authored
Nov 14, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Darken todo badge on hover
parent
e7e748a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+6
-2
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+0
-2
No files found.
app/assets/stylesheets/framework/header.scss
View file @
f882177a
...
...
@@ -63,7 +63,11 @@ header {
&
:focus
,
&
:active
{
background-color
:
$background-color
;
color
:
darken
(
$gl-icon-color
,
50%
);
color
:
darken
(
$gl-icon-color
,
30%
);
.todos-pending-count
{
background
:
darken
(
$todo-alert-blue
,
10%
);
}
}
.fa-caret-down
{
...
...
@@ -194,7 +198,7 @@ header {
cursor
:
pointer
;
&
:hover
{
color
:
darken
(
$color
:
$gl-text-color
,
$amount
:
5
0%
);
color
:
darken
(
$color
:
$gl-text-color
,
$amount
:
3
0%
);
}
}
...
...
app/assets/stylesheets/pages/search.scss
View file @
f882177a
...
...
@@ -158,7 +158,6 @@
width
:
68%
;
}
}
}
.search-holder
{
...
...
@@ -235,5 +234,4 @@
&
:focus
{
color
:
$gl-link-color
;
}
}
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