give posts and notifications pointer cursors
This commit is contained in:
parent
4115290311
commit
975984c4bc
|
@ -148,6 +148,7 @@
|
|||
text-decoration: inherit;
|
||||
color: inherit;
|
||||
transition: background-color .1s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.notification:hover {
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
transition: background-color .1s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post:not(.focused) {
|
||||
|
|
Loading…
Reference in a new issue