Style file tree sidebar

This commit is contained in:
2024-06-28 22:07:07 +09:30
parent 58c92fb6a9
commit 1da29178a8
4 changed files with 18 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
background-color: mat.get-theme-color($theme, tertiary-container);
}
app-proto-definition-selector {
app-proto-definition-selector,
app-file-tree {
background-color: mat.get-theme-color($theme, secondary-container);
transition: background-color 100ms linear;
}
@@ -36,7 +37,7 @@ body {
}
body {
margin: 0;
font-family: "Roboto";
font: mat.get-theme-typography(theme.$rose-theme, body-medium, font);
--mat-tree-node-min-height: 24px;
--mat-tree-node-text-size: 14px;
--mdc-icon-button-state-layer-size: 24px;