You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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