comment out unneeded bit (maybe for now)
This commit is contained in:
parent
c81a75cd1f
commit
0f94a62198
|
@ -611,16 +611,16 @@ onUnmounted(() => {
|
||||||
&.reply-to-more:first-of-type::before {
|
&.reply-to-more:first-of-type::before {
|
||||||
top: 12px;
|
top: 12px;
|
||||||
}
|
}
|
||||||
&::after {
|
// &::after {
|
||||||
content: "";
|
// content: "";
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
inset: -9999px;
|
// inset: -9999px;
|
||||||
background: var(--modalBg);
|
// background: var(--modalBg);
|
||||||
opacity: 0;
|
// opacity: 0;
|
||||||
z-index: -2;
|
// z-index: -2;
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
transition: opacity .2s;
|
// transition: opacity .2s;
|
||||||
}
|
// }
|
||||||
&.more::before {
|
&.more::before {
|
||||||
inset: 0 !important;
|
inset: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue