Replies: 1 comment
-
i don't know why it is . maybe you can try to look into the node |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know why my notification row background looks gray?
I think there is nothing wrong with my code:
.notification-row {
background: transparent;
border-radius: 12px;
padding: 2px;
}
.notification-row:focus,
.notification-row:hover {
background: transparent;
}
.notification {
border-radius: 12px;
margin: 6px 12px;
padding: 2px 2px 2px 2px;
background: rgba(0,0,0,0);
}
There's no any gray color in my css.
Beta Was this translation helpful? Give feedback.
All reactions