Fixed tiny visual glitch of ECB while its closed

ExpandableControlBox's inner content was very slightly visible while its in the closed state.
This commit is contained in:
Hirame1 2024-02-07 22:10:29 +07:00
parent 53574d87f7
commit 1e557f62e4

View File

@ -2817,8 +2817,6 @@ br {
border: 0.1rem var(--color-good);
border-style: solid;
border-radius: var(--var-border-radius, 0.4rem);
/* May be removed if it makes things to blurry */
transform: translateY(-0.1rem);
}
/* We need scrollbar-color in this rule as well as identical color specifications in the following two; some