Files
Kilo-Org_kilo/packages/kilo-ui/.storybook/manager-head.html
T
2026-02-18 17:02:44 -03:00

12 lines
373 B
HTML

<style>
/* Hide Color Scheme toolbar when kilo-vscode theme is active */
html[data-kilo-theme="kilo-vscode"] [aria-label^="Color Scheme"] {
display: none !important;
}
/* Hide VS Code Theme toolbar by default and when kilo theme is active */
html:not([data-kilo-theme="kilo-vscode"]) [aria-label^="VSCode Theme"] {
display: none !important;
}
</style>