remove unnecessary !important
in unread rule...
thereby showing deleted/removed things again in context view
This commit is contained in:
parent
6fde14a92c
commit
560c630089
1 changed files with 2 additions and 2 deletions
|
@ -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