Browse Source

Fix contrast of global search headings

Signed-off-by: Christopher Ng <chrng8@gmail.com>
tags/v26.0.0beta1
Christopher Ng 1 year ago
parent
commit
29b1748e2c

+ 4
- 4
core/src/views/UnifiedSearch.vue View File

@@ -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;
}
}
@@ -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;

+ 2
- 2
dist/core-unified-search.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-unified-search.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save