remove unnecessary !important
in unread rule...
thereby showing deleted/removed things again in context view
This commit is contained in:
parent
8191d5a4cf
commit
1b590cefd7
2 changed files with 3 additions and 3 deletions
|
@ -178,7 +178,7 @@ div.deleted.removed {
|
|||
background-color: var(--gray) !important;
|
||||
}
|
||||
.comment-anchor:target, .unread {
|
||||
background: #2280B310 !important;
|
||||
background: #2280B310;
|
||||
}
|
||||
#frontpage .posts .card, #userpage .posts .card, #search .posts .card {
|
||||
border: none;
|
||||
|
|
|
@ -4933,7 +4933,7 @@ html {
|
|||
display: block;
|
||||
}
|
||||
.comment-anchor:target, .unread {
|
||||
background: #ffffff22 !important;
|
||||
background: #ffffff22;
|
||||
padding: 12px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
@ -5377,4 +5377,4 @@ div[id^="reply-edit-"] li > p:first-child {
|
|||
|
||||
pre {
|
||||
line-height: .5rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue