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
0607eeab
Commit
0607eeab
authored
Jul 23, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace author_link snake case in stylesheets
parent
7d63c633
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
7 deletions
+5
-7
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-2
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+1
-1
app/assets/stylesheets/pages/detail_page.scss
app/assets/stylesheets/pages/detail_page.scss
+1
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
0607eeab
...
...
@@ -113,8 +113,6 @@ hr {
.item-title
{
font-weight
:
$gl-font-weight-bold
;
}
/** FLASH message **/
.author_link
,
.author-link
{
color
:
$gl-link-color
;
}
...
...
app/assets/stylesheets/framework/lists.scss
View file @
0607eeab
...
...
@@ -265,7 +265,7 @@ ul.controls {
margin-right
:
0
;
}
.author
_
link
{
.author
-
link
{
.avatar-inline
{
margin-left
:
0
;
margin-right
:
0
;
...
...
app/assets/stylesheets/pages/detail_page.scss
View file @
0607eeab
...
...
@@ -10,7 +10,7 @@
}
.issue_created_ago
,
.author
_
link
{
.author
-
link
{
white-space
:
nowrap
;
}
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
0607eeab
...
...
@@ -197,7 +197,7 @@
}
&
.assignee
{
.author
_
link
{
.author
-
link
{
display
:
block
;
padding-left
:
42px
;
position
:
relative
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
0607eeab
...
...
@@ -12,7 +12,7 @@
}
.issuable-meta
{
.author
_
link
{
.author
-
link
{
display
:
inline-block
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
0607eeab
...
...
@@ -403,7 +403,7 @@ ul.notes {
}
}
.author
_
link
{
.author
-
link
{
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