Commit e57ceb57 authored by George Tsiolis's avatar George Tsiolis

Replace author_link snake case in stylesheets

parent 943c51e4
...@@ -113,8 +113,6 @@ hr { ...@@ -113,8 +113,6 @@ hr {
.item-title { font-weight: $gl-font-weight-bold; } .item-title { font-weight: $gl-font-weight-bold; }
/** FLASH message **/
.author_link,
.author-link { .author-link {
color: $gl-link-color; color: $gl-link-color;
} }
......
...@@ -259,7 +259,7 @@ ul.controls { ...@@ -259,7 +259,7 @@ ul.controls {
margin-right: 0; margin-right: 0;
} }
.author_link { .author-link {
.avatar-inline { .avatar-inline {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
.issue_created_ago, .issue_created_ago,
.author_link { .author-link {
white-space: nowrap; white-space: nowrap;
} }
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
} }
&.assignee { &.assignee {
.author_link { .author-link {
display: block; display: block;
padding-left: 42px; padding-left: 42px;
position: relative; position: relative;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
.issuable-meta { .issuable-meta {
.author_link { .author-link {
display: inline-block; display: inline-block;
} }
......
...@@ -403,7 +403,7 @@ ul.notes { ...@@ -403,7 +403,7 @@ ul.notes {
} }
} }
.author_link { .author-link {
color: $gl-text-color; color: $gl-text-color;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment