Commit 495cd305 by marco Committed by Jay Zoldak

adjusted cursor for span label on pins to be default

parent e2d3aee7
...@@ -2498,11 +2498,13 @@ body.discussion { ...@@ -2498,11 +2498,13 @@ body.discussion {
.pinned span { .pinned span {
color: #B82066; color: #B82066;
font-style: italic; font-style: italic;
cursor: default;
} }
.notpinned span { .notpinned span {
color: #888; color: #888;
font-style: italic; font-style: italic;
cursor: default;
} }
.pinned-false .pinned-false
......
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