Notification background css #638
-
The first notification inside of the control centre is always highlighted with a background and I cant seem to get rid of it, I don't know where it is inside of the css file. Anyone know? |
Beta Was this translation helpful? Give feedback.
Answered by
ErikReider
Sep 15, 2025
Replies: 1 comment 1 reply
-
.notification-group:focus {
background: transparent;
} should work :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nishiiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should work :)