Commit 0a43c0ff by marco Committed by Jay Zoldak

minor css tweaks to flag and pin icons

parent 90e7a845
...@@ -2453,6 +2453,13 @@ body.discussion { ...@@ -2453,6 +2453,13 @@ body.discussion {
padding-right: 5px; padding-right: 5px;
font-style: italic; font-style: italic;
cursor:pointer; cursor:pointer;
margin-right: 10px;
opacity:.8;
&:hover {
@include transition(opacity .2s);
opacity: 1;
}
} }
.discussion-pin-inline { .discussion-pin-inline {
...@@ -2462,6 +2469,11 @@ body.discussion { ...@@ -2462,6 +2469,11 @@ body.discussion {
position: relative; position: relative;
right:-20px; right:-20px;
top:-13px; top:-13px;
opacity:.6;
&:hover {
opacity: 1;
}
} }
.notpinned .icon .notpinned .icon
...@@ -2503,6 +2515,13 @@ display:none; ...@@ -2503,6 +2515,13 @@ display:none;
padding-right: 5px; padding-right: 5px;
font-style: italic; font-style: italic;
cursor:pointer; cursor:pointer;
opacity:.8;
&:hover {
@include transition(opacity .2s);
opacity: 1;
}
} }
.notflagged .icon .notflagged .icon
......
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