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; cursor: pointer;
} }
&.Status {
/* stylelint-disable-next-line declaration-no-important */
background-color: transparent !important;
}
--emoji-size: 1em; --emoji-size: 1em;
&:hover { &:hover {

View file

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

View file

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