remove debugging code

This commit is contained in:
David Tsay 2024-09-27 14:08:50 -07:00
parent a2e6a184d8
commit 145ab3361a
2 changed files with 1 additions and 6 deletions

View File

@ -33,8 +33,7 @@
:class="{
'l-shell__head--expanded': headExpanded,
'l-shell__head--minify-indicators': !headExpanded,
'l-shell__head--indicators-single-line': !indicatorsMultiline,
'--indicators-overflowing': isOverflowing
'l-shell__head--indicators-single-line': !indicatorsMultiline
}"
>
<CreateButton class="l-shell__create-button" />

View File

@ -274,10 +274,6 @@
margin-left: auto; // Mimics justify-content: flex-end when in single line mode.
}
}
&.--is-overflowing {
background: rgba(deeppink, 0.1);
}
}
/******************************* MAIN AREA */