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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
edd4ff28
Commit
edd4ff28
authored
Oct 01, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve UI for list of changed files
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8e05ee36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+15
-12
No files found.
app/assets/stylesheets/pages/commit.scss
View file @
edd4ff28
...
@@ -49,30 +49,33 @@
...
@@ -49,30 +49,33 @@
}
}
.file-stats
{
.file-stats
{
ul
{
list-style
:
none
;
margin
:
0
;
padding
:
10px
0
;
li
{
padding
:
3px
0px
;
}
}
.new-file
{
.new-file
{
a
{
a
{
color
:
#090
;
color
:
$gl-success
;
}
i
{
color
:
#1BCF00
;
}
}
}
}
.renamed-file
{
.renamed-file
{
i
{
a
{
color
:
#FE9300
;
color
:
$gl-warning
;
}
}
}
}
.deleted-file
{
.deleted-file
{
a
{
a
{
color
:
#B00
;
color
:
$gl-danger
;
}
i
{
color
:
#EE0000
;
}
}
}
}
.edit-file
{
.edit-file
{
i
{
a
{
color
:
#555
;
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