mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "Use pointer cursor when hovering CrossWikiNotificationItemWidget"
This commit is contained in:
commit
8a8666637e
|
@ -29,6 +29,12 @@
|
|||
margin-right: -0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
&-icon,
|
||||
&-content {
|
||||
// There's no link but there is a click action, so change the cursor to indicate that (T138913)
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue