Compare commits

..

No commits in common. "e3525b82f9574e0517e6bcc754c3a14af550f1cf" and "a149211bb4ada71eaf0ad09e730346f0cc1a5456" have entirely different histories.

View file

@ -476,7 +476,7 @@ if (props.detail) {
position: relative; position: relative;
display: flex; display: flex;
:is(.detailed, .isReply) &::after { :is(.detailed, .replyRoot) &::after {
content: ""; content: "";
position: absolute; position: absolute;
top: -12px; top: -12px;
@ -490,8 +490,8 @@ if (props.detail) {
z-index: -1; z-index: -1;
} }
:is(.detailed, .isReply) &:hover::after, :is(.detailed, .replyRoot) &:hover::after,
:is(.detailed, .isReply) &:focus-within::after { :is(.detailed, .replyRoot) &:focus-within::after {
opacity: 1; opacity: 1;
} }
} }