Commit 0607eeab authored by George Tsiolis's avatar George Tsiolis

Replace author_link snake case in stylesheets

parent 7d63c633
......@@ -113,8 +113,6 @@ hr {
.item-title { font-weight: $gl-font-weight-bold; }
/** FLASH message **/
.author_link,
.author-link {
color: $gl-link-color;
}
......
......@@ -265,7 +265,7 @@ ul.controls {
margin-right: 0;
}
.author_link {
.author-link {
.avatar-inline {
margin-left: 0;
margin-right: 0;
......
......@@ -10,7 +10,7 @@
}
.issue_created_ago,
.author_link {
.author-link {
white-space: nowrap;
}
......
......@@ -197,7 +197,7 @@
}
&.assignee {
.author_link {
.author-link {
display: block;
padding-left: 42px;
position: relative;
......
......@@ -12,7 +12,7 @@
}
.issuable-meta {
.author_link {
.author-link {
display: inline-block;
}
......
......@@ -403,7 +403,7 @@ ul.notes {
}
}
.author_link {
.author-link {
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