Fix unwanted post highlighting in catalog.

This commit is contained in:
ccd0 2016-09-27 01:45:56 -07:00
parent ef3ee6afa2
commit 7b2165cfff

View File

@ -1279,26 +1279,26 @@ input[name="Default Volume"] {
.qphl { .qphl {
outline: 2px solid rgba(216, 94, 49, .8); outline: 2px solid rgba(216, 94, 49, .8);
} }
:root.highlight-you .quotesYou.opContainer, :root.highlight-you .quotesYou:not(.catalog-postContainer).opContainer,
:root.highlight-you .quotesYou > .reply { :root.highlight-you .quotesYou:not(.catalog-postContainer) > .reply {
border-left: 3px solid rgba(221, 0, 0, .8); border-left: 3px solid rgba(221, 0, 0, .8);
} }
:root.highlight-own .yourPost.opContainer, :root.highlight-own .yourPost:not(.catalog-postContainer).opContainer,
:root.highlight-own .yourPost > .reply { :root.highlight-own .yourPost:not(.catalog-postContainer) > .reply {
border-left: 3px dashed rgba(221, 0, 0, .8); border-left: 3px dashed rgba(221, 0, 0, .8);
} }
.filter-highlight.opContainer, .filter-highlight:not(.catalog-postContainer).opContainer,
.filter-highlight > .reply { .filter-highlight:not(.catalog-postContainer) > .reply {
box-shadow: inset 5px 0 rgba(221, 0, 0, .5); box-shadow: inset 5px 0 rgba(221, 0, 0, .5);
} }
:root.highlight-own .yourPost > div.sideArrows, :root.highlight-own .yourPost:not(.catalog-postContainer) > div.sideArrows,
:root.highlight-you .quotesYou > div.sideArrows, :root.highlight-you .quotesYou:not(.catalog-postContainer) > div.sideArrows,
.filter-highlight > div.sideArrows { .filter-highlight:not(.catalog-postContainer) > div.sideArrows {
color: rgba(221, 0, 0, .8); color: rgba(221, 0, 0, .8);
} }
:root.highlight-own .yourPost.opContainer::after, :root.highlight-own .yourPost:not(.catalog-postContainer).opContainer::after,
:root.highlight-you .quotesYou.opContainer::after, :root.highlight-you .quotesYou:not(.catalog-postContainer).opContainer::after,
.filter-highlight.opContainer::after { .filter-highlight:not(.catalog-postContainer).opContainer::after {
content: ""; content: "";
display: block; display: block;
clear: both; clear: both;