Merge pull request #443 from unascribed/glitchsoc-pr-better-collapsed-statuses-fix

Fix fade being colored wrongly for DMs and upon focus
This commit is contained in:
David Yip 2018-04-24 14:26:53 -05:00 committed by GitHub
commit aebcf83b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -259,6 +259,12 @@
text-decoration: none;
}
}
&:focus > .status__content:after {
background: linear-gradient(rgba(lighten($ui-base-color, 4%), 0), rgba(lighten($ui-base-color, 4%), 1));
}
&.status-direct> .status__content:after {
background: linear-gradient(rgba(lighten($ui-base-color, 8%), 0), rgba(lighten($ui-base-color, 8%), 1));
}
.notification__message {
margin-bottom: 0;