Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix contrast of global search headings
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Nov 25, 2022
commit 29b1748e2c1114aeac41dbe93043a022d6c54a34
8 changes: 4 additions & 4 deletions core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ $input-padding: 6px;
label[for="unified-search__input"] {
align-self: flex-start;
font-weight: bold;
font-size: 18px;
font-size: 19px;
margin-left: 13px;
}
}
Expand Down Expand Up @@ -837,10 +837,10 @@ $input-padding: 6px;
display: block;
margin: $margin;
margin-bottom: $margin - 4px;
margin-left: $margin + $input-padding;
margin-left: 13px;
color: var(--color-primary-element);
font-weight: normal;
font-size: 18px;
font-size: 19px;
font-weight: bold;
}
display: flex;
flex-direction: column;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unified-search.js.map

Large diffs are not rendered by default.