BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
28638356
Commit
28638356
authored
Nov 29, 2016
by
Nur Rony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes redundant styles
parent
5c6a748e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
116 deletions
+0
-116
notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-116
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
28638356
...
...
@@ -174,123 +174,7 @@ ul.notes {
}
.system-note
{
font-size
:
14px
;
padding
:
0
;
clear
:
both
;
&.
timeline-entry
:
:
after
{
clear
:
none
;
}
.system-note-message
{
display
:
inline-block
;
&
:
:
first-letter
{
text-transform
:
lowercase
;
}
a
{
color
:
$gl-link-color
;
text-decoration
:
none
;
}
p
{
display
:
inline-block
;
margin
:
0
;
&
:
:
first-letter
{
text-transform
:
lowercase
;
}
}
}
.timeline-content
{
padding
:
14px
12px
;
}
.note-body
{
overflow
:
hidden
;
.system-note-commit-list-toggler
{
display
:
none
;
padding
:
10px
0
0
;
cursor
:
pointer
;
position
:
relative
;
z-index
:
2
;
&
:hover
{
color
:
$gl-link-color
;
text-decoration
:
underline
;
}
}
.note-text
{
&
p
:first-child
{
display
:
none
;
}
&
.system-note-commit-list
{
max-height
:
63px
;
overflow
:
hidden
;
display
:
block
;
ul
{
margin
:
3px
0
3px
15px
!
important
;
li
{
font-family
:
$monospace_font
;
font-size
:
12px
;
}
}
p
:first-child
{
display
:
none
;
}
p
:last-child
{
a
{
color
:
$gl-text-color
;
&
:hover
{
color
:
$gl-link-color
;
}
}
}
&
:
:
after
{
content
:
''
;
width
:
100%
;
height
:
67px
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
background
:
linear-gradient
(
rgba
(
$gray-light
,
0
.1
)
-100px
,
$white-light
100%
);
}
&
.hide-shade
{
max-height
:
100%
;
overflow
:
auto
;
&
:
:
after
{
display
:
none
;
background
:
transparent
;
}
}
}
}
}
.timeline-icon
{
display
:
none
;
.avatar
{
visibility
:
hidden
;
.discussion-body
&
{
visibility
:
visible
;
}
}
}
}
}
...
...
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