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;
|
display: block;
|
||||||
}
|
}
|
||||||
.comment-anchor:target, .unread {
|
.comment-anchor:target, .unread {
|
||||||
background: #ffffff22 !important;
|
background: #ffffff22;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue