Merge pull request #24257 from maharshivpatel/fix-notification-mark-read

This commit is contained in:
Raffael Meyer 2024-01-11 14:20:34 +01:00 committed by GitHub
commit 851a3bcf59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,18 +139,18 @@
justify-content: space-between;
&.unread {
&:hover {
.mark-as-read {
flex-shrink: 0;
align-self: center;
justify-self: end;
width: 8px;
height: 8px;
border: 2px solid var(--invert-neutral);
border-radius: 1000px;
}
.mark-as-read {
flex-shrink: 0;
align-self: center;
justify-self: end;
width: 8px;
height: 8px;
}
&:hover .mark-as-read {
border: 2px solid var(--invert-neutral);
border-radius: 1000px;
}
.notification-body::before {
background: var(--invert-neutral);
}