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
133d231f
Commit
133d231f
authored
Jun 02, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use link_color var more often
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
33ff53d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+1
-1
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+1
-1
No files found.
app/assets/stylesheets/generic/common.scss
View file @
133d231f
...
...
@@ -60,7 +60,7 @@ pre {
.dropdown-menu
>
li
>
a
:hover
,
.dropdown-menu
>
li
>
a
:focus
{
background
:
#29b
;
background
:
$bg_style_color
;
color
:
#FFF
}
...
...
app/assets/stylesheets/sections/nav.scss
View file @
133d231f
...
...
@@ -64,7 +64,7 @@
left
:
50%
;
width
:
0
;
height
:
0
;
border-color
:
transparent
transparent
#29b
transparent
;
border-color
:
transparent
transparent
$link_color
transparent
;
border-style
:
solid
;
border-width
:
6px
;
margin-left
:
-6px
;
...
...
app/assets/stylesheets/sections/projects.scss
View file @
133d231f
...
...
@@ -85,7 +85,7 @@
.btn
{
background
:
none
;
color
:
#29b
;
color
:
$link_color
;
&
.active
{
color
:
#333
;
...
...
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