mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-24 21:21:59 +00:00
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:
parent
53574d87f7
commit
1e557f62e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user