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