consistency for post/notification transparency

This commit is contained in:
Henry Jameson 2026-07-10 12:28:50 +03:00
commit a724458fcc
3 changed files with 8 additions and 8 deletions

View file

@ -10,11 +10,6 @@
cursor: pointer;
}
&.Status {
/* stylelint-disable-next-line declaration-no-important */
background-color: transparent !important;
}
--emoji-size: 1em;
&:hover {

View file

@ -1,6 +1,6 @@
export default {
name: 'Notification',
selector: '.Notification',
selector: '.NotificationParent',
validInnerComponents: [
'Text',
'Link',
@ -9,5 +9,11 @@ export default {
'Avatar',
'PollGraph',
],
defaultRules: [],
defaultRules: [
{
directives: {
background: '--bg',
},
},
],
}

View file

@ -51,7 +51,6 @@
<NotificationFilters class="rightside-button" />
</div>
<div
class="panel-body"
role="feed"
>
<div