Commit 744d4a35 by solashirai Committed by Piotr Mitros

more naming fixes, removal of redundancies

parent 54b38a75
......@@ -39,7 +39,7 @@
align-self: flex-end;
}
.csh_rate_hint {
.csh_rate_hint, .csh_report_hint, .csh_rate_hint_completed {
margin-right: 15px;
margin-top: 5px;
align-self: flex-end;
......@@ -59,12 +59,12 @@ background-clip: padding-box;
font-size: 0.8125em;
}
div[data-rate="upvote"] {
.csh_rate_hint[data-rate="upvote"] {
color: green;
font-weight: bold;
}
div[data-rate="downvote"] {
.csh_rate_hint[data-rate="downvote"] {
color: red;
font-weight: bold;
}
......@@ -86,6 +86,7 @@ div[data-rate="downvote"] {
}
.csh_rate_hint{ cursor: pointer }
.csh_report_hint{ cursor: pointer }
.csh_staff_rate{ cursor: pointer }
.csh_rate_hint{ color: #948f8f; }
......
......@@ -10,7 +10,7 @@
<div role="button" class="csh_rate_hint" data-rate="downvote">
<b>Rate as Unhelpful</b>
</div>
<div role="button" class="csh_rate_hint" data-rate="report" data-icon="report" title="Report this hint.">
<div role="button" class="csh_report_hint" data-icon="report" title="Report this hint.">
<b></b>
</div>
</div>
......@@ -71,7 +71,7 @@
<div role="button" class="csh_rate_hint" data-rate="downvote" title="This hint was not very helpful.">
<b>-</b>
</div>
<div role="button" class="csh_rate_hint" data-rate="report" title="Report this hint">
<div role="button" class="csh_report_hint" title="Report this hint">
<b></b>
</div>
</div>
......
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