mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 10:11:45 +00:00
Merge "Add 'cursor: pointer' to the reply link"
This commit is contained in:
commit
431716577b
|
@ -2,6 +2,10 @@
|
|||
user-select: none;
|
||||
margin-left: 0.25em;
|
||||
|
||||
.dt-init-replylink-reply {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.dt-init-replylink-active {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue