Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
46c7b3a426ad
Unverified
Commit
edd4ff28
authored
Oct 01, 2015
by
Dmitriy Zaporozhets
Browse files
Improve UI for list of changed files
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9bae27484721
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/commit.scss
View file @
46c7b3a4
...
...
@@ -49,30 +49,33 @@
}
.file-stats
{
ul
{
list-style
:
none
;
margin
:
0
;
padding
:
10px
0
;
li
{
padding
:
3px
0px
;
}
}
.new-file
{
a
{
color
:
#090
;
}
i
{
color
:
#1BCF00
;
color
:
$gl-success
;
}
}
.renamed-file
{
i
{
color
:
#FE9300
;
a
{
color
:
$gl-warning
;
}
}
.deleted-file
{
a
{
color
:
#B00
;
}
i
{
color
:
#EE0000
;
color
:
$gl-danger
;
}
}
.edit-file
{
i
{
color
:
#555
;
a
{
color
:
$gl-text-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