Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Aug 12, 2023
1 parent bf2447f commit ac6a819
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/scss/Editor/editorStyling.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,10 @@ ul > li.task-list-item .task-list-item-checkbox {
top: var(--size-4-2);
right: var(--size-4-2);
z-index: var(--layer-cover);
}
}

.view-content .collapse-indicator:not(.is-collapsed) {
svg.svg-icon {
color: var(--interactive-accent-text);
}
}
5 changes: 5 additions & 0 deletions src/scss/Variables/coreVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ body {
--tag-border-width: 2px;
--tag-size: var(--font-smallest);

--p-spacing: 0.5em;

--file-folding-offset: 20px;

--nav-item-padding: var(--size-2-1) var(--size-4-2) var(--size-2-1) var(--size-4-6);
Expand Down Expand Up @@ -127,6 +129,9 @@ body {

--metadata-gap: var(--size-2-1);
--pill-radius: var(--radius-s);

--collapse-icon-color-collapsed: var(--text-normal);

// Style Settings Defaults
--status-bar-background-color-lt: #EBECEF;
--status-bar-background-color-dt: #2B2B2B;
Expand Down

0 comments on commit ac6a819

Please sign in to comment.