Re-designed the comment controls (edit, delete, upvote)
This commit is contained in:
@@ -219,15 +219,30 @@ div.question-header {
|
||||
cursor: pointer;
|
||||
font-size: 25px;
|
||||
text-decoration: none;
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.comment-delete {
|
||||
// display: inline;
|
||||
color: $mit-red;
|
||||
cursor: pointer;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
div.comment-edit {
|
||||
@include transform(rotate(50deg));
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
a.edit-icon {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.comment-body {
|
||||
|
||||
Reference in New Issue
Block a user