On second thought, don't highlight the hide buttons.
This commit is contained in:
parent
54e12f1423
commit
dd5d9ff9a7
@ -1036,19 +1036,8 @@ input[name="Default Volume"] {
|
||||
}
|
||||
:root.highlight-own .yourPost > div.sideArrows,
|
||||
:root.highlight-you .quotesYou > div.sideArrows,
|
||||
.filter-highlight > div.sideArrows,
|
||||
:root.highlight-own .yourPost .hide-reply-button > .fa:before,
|
||||
:root.highlight-you .quotesYou .hide-reply-button > .fa:before,
|
||||
.filter-highlight .hide-reply-button > .fa:before {
|
||||
color: rgb(221, 0, 0);
|
||||
}
|
||||
:root.highlight-own .yourPost > div.sideArrows,
|
||||
:root.highlight-you .quotesYou > div.sideArrows,
|
||||
.filter-highlight > div.sideArrows,
|
||||
:root.highlight-own .yourPost .hide-reply-button:not(:hover),
|
||||
:root.highlight-you .quotesYou .hide-reply-button:not(:hover),
|
||||
.filter-highlight .hide-reply-button:not(:hover) {
|
||||
opacity: 0.7;
|
||||
.filter-highlight > div.sideArrows {
|
||||
color: rgba(221, 0, 0, .7);
|
||||
}
|
||||
.opContainer.filter-highlight {
|
||||
box-shadow: inset 5px 0 rgba(221, 0, 0, .7);
|
||||
|
||||
@ -61,12 +61,6 @@
|
||||
:root.tomorrow.highlight-you .quotesYou > div.sideArrows,
|
||||
:root.tomorrow .filter-highlight > div.sideArrows {
|
||||
color: rgb(197, 200, 198);
|
||||
opacity: 1;
|
||||
}
|
||||
:root.tomorrow.highlight-own .yourPost .hide-reply-button > .fa:before,
|
||||
:root.tomorrow.highlight-you .quotesYou .hide-reply-button > .fa:before,
|
||||
:root.tomorrow .filter-highlight .hide-reply-button > .fa:before {
|
||||
color: rgb(129, 162, 190);
|
||||
}
|
||||
:root.tomorrow .opContainer.filter-highlight {
|
||||
box-shadow: inset 5px 0 rgba(129, 162, 190, .7);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user