cursor state for discussions (not inline) span text needed to be set to pointer

This commit is contained in:
marco
2013-05-03 12:37:59 -07:00
committed by Jay Zoldak
parent 18759b21d6
commit 33e8621af6
2 changed files with 7 additions and 2 deletions

View File

@@ -2456,6 +2456,10 @@ body.discussion {
margin-right: 10px;
opacity:.8;
span {
cursor: pointer;
}
&:hover {
@include transition(opacity .2s);
opacity: 1;
@@ -2469,7 +2473,6 @@ body.discussion {
position: relative;
right:-20px;
top:-13px;
opacity:.6;
margin-right:35px;
margin-top:13px;
opacity: 1;
@@ -2498,12 +2501,14 @@ body.discussion {
.pinned span {
color: #B82066;
font-style: italic;
//cursor change is here since pins are read-only for inline discussions.
cursor: default;
}
.notpinned span {
color: #888;
font-style: italic;
//cursor change is here since pins are read-only for inline discussions.
cursor: default;
}

View File

@@ -47,7 +47,7 @@
</header>
<div class="post-body">${'<%- body %>'}</div>
<div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="report misuse">
<div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="Report Misuse">
<i class="icon"></i><span class="flag-label">Report Misuse</span></div>