consistency for post/notification transparency
This commit is contained in:
parent
7bc74083d0
commit
a724458fcc
3 changed files with 8 additions and 8 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue