opContainer is a misleading name for this variable.

This commit is contained in:
ccd0 2019-07-10 18:58:20 -07:00
parent f9dc328286
commit 98be4caf75
5 changed files with 14 additions and 14 deletions

View File

@ -67,15 +67,15 @@
:root.spooky .qphl { :root.spooky .qphl {
outline: 2px solid rgba(145, 182, 214, .8); outline: 2px solid rgba(145, 182, 214, .8);
} }
:root.spooky.highlight-you .quotesYou$site$relative$opContainer, :root.spooky.highlight-you .quotesYou$site$relative$opHighlight,
:root.spooky.highlight-you .quotesYou$site$relative$replyPost { :root.spooky.highlight-you .quotesYou$site$relative$replyPost {
border-left: 3px solid rgba(145, 182, 214, .8); border-left: 3px solid rgba(145, 182, 214, .8);
} }
:root.spooky.highlight-own .yourPost$site$relative$opContainer, :root.spooky.highlight-own .yourPost$site$relative$opHighlight,
:root.spooky.highlight-own .yourPost$site$relative$replyPost { :root.spooky.highlight-own .yourPost$site$relative$replyPost {
border-left: 3px dashed rgba(145, 182, 214, .8); border-left: 3px dashed rgba(145, 182, 214, .8);
} }
:root.spooky .filter-highlight$site$relative$opContainer, :root.spooky .filter-highlight$site$relative$opHighlight,
:root.spooky .filter-highlight$site$relative$replyPost { :root.spooky .filter-highlight$site$relative$replyPost {
box-shadow: inset 5px 0 rgba(145, 182, 214, .5); box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
} }

View File

@ -1448,15 +1448,15 @@ 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$site$relative$opContainer, :root.highlight-you .quotesYou$site$relative$opHighlight,
:root.highlight-you .quotesYou$site$relative$replyPost { :root.highlight-you .quotesYou$site$relative$replyPost {
border-left: 3px solid rgba(221, 0, 0, .8); border-left: 3px solid rgba(221, 0, 0, .8);
} }
:root.highlight-own .yourPost$site$relative$opContainer, :root.highlight-own .yourPost$site$relative$opHighlight,
:root.highlight-own .yourPost$site$relative$replyPost { :root.highlight-own .yourPost$site$relative$replyPost {
border-left: 3px dashed rgba(221, 0, 0, .8); border-left: 3px dashed rgba(221, 0, 0, .8);
} }
.filter-highlight$site$relative$opContainer, .filter-highlight$site$relative$opHighlight,
.filter-highlight$site$relative$replyPost { .filter-highlight$site$relative$replyPost {
box-shadow: inset 5px 0 rgba(221, 0, 0, .5); box-shadow: inset 5px 0 rgba(221, 0, 0, .5);
} }
@ -1465,9 +1465,9 @@ input[name="Default Volume"] {
.filter-highlight > $site$sideArrows { .filter-highlight > $site$sideArrows {
color: rgba(221, 0, 0, .8); color: rgba(221, 0, 0, .8);
} }
:root.highlight-own .yourPost$site$relative$opContainer::after, :root.highlight-own .yourPost$site$relative$opHighlight::after,
:root.highlight-you .quotesYou$site$relative$opContainer::after, :root.highlight-you .quotesYou$site$relative$opHighlight::after,
.filter-highlight$site$relative$opContainer::after { .filter-highlight$site$relative$opHighlight::after {
content: ""; content: "";
display: block; display: block;
clear: both; clear: both;

View File

@ -63,15 +63,15 @@
:root.tomorrow .qphl { :root.tomorrow .qphl {
outline: 2px solid rgba(145, 182, 214, .8); outline: 2px solid rgba(145, 182, 214, .8);
} }
:root.tomorrow.highlight-you .quotesYou$site$relative$opContainer, :root.tomorrow.highlight-you .quotesYou$site$relative$opHighlight,
:root.tomorrow.highlight-you .quotesYou$site$relative$replyPost { :root.tomorrow.highlight-you .quotesYou$site$relative$replyPost {
border-left: 3px solid rgba(145, 182, 214, .8); border-left: 3px solid rgba(145, 182, 214, .8);
} }
:root.tomorrow.highlight-own .yourPost$site$relative$opContainer, :root.tomorrow.highlight-own .yourPost$site$relative$opHighlight,
:root.tomorrow.highlight-own .yourPost$site$relative$replyPost { :root.tomorrow.highlight-own .yourPost$site$relative$replyPost {
border-left: 3px dashed rgba(145, 182, 214, .8); border-left: 3px dashed rgba(145, 182, 214, .8);
} }
:root.tomorrow .filter-highlight$site$relative$opContainer, :root.tomorrow .filter-highlight$site$relative$opHighlight,
:root.tomorrow .filter-highlight$site$relative$replyPost { :root.tomorrow .filter-highlight$site$relative$replyPost {
box-shadow: inset 5px 0 rgba(145, 182, 214, .5); box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
} }

View File

@ -93,7 +93,7 @@ SW.tinyboard =
link: '.fileinfo > a' link: '.fileinfo > a'
thumb: 'a > .post-image' thumb: 'a > .post-image'
relative: relative:
opContainer: ' > .op' opHighlight: ' > .op'
replyPost: '.reply' replyPost: '.reply'
comment: '.body' comment: '.body'
spoiler: '.spoiler' spoiler: '.spoiler'

View File

@ -42,7 +42,7 @@ SW.yotsuba =
link: '.fileText > a' link: '.fileText > a'
thumb: 'a.fileThumb > [data-md5]' thumb: 'a.fileThumb > [data-md5]'
relative: relative:
opContainer: '.opContainer' opHighlight: '.opContainer'
replyPost: ' > .reply' replyPost: ' > .reply'
comment: '.postMessage' comment: '.postMessage'
spoiler: 's' spoiler: 's'