Skip to content

Commit 9e8545e

Browse files
authored
Merge pull request #35222 from nextcloud/fix/a11y-search-heading
Fix contrast of global search headings
2 parents c685c22 + 29b1748 commit 9e8545e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

core/src/views/UnifiedSearch.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ $input-padding: 6px;
740740
label[for="unified-search__input"] {
741741
align-self: flex-start;
742742
font-weight: bold;
743-
font-size: 18px;
743+
font-size: 19px;
744744
margin-left: 13px;
745745
}
746746
}
@@ -837,10 +837,10 @@ $input-padding: 6px;
837837
display: block;
838838
margin: $margin;
839839
margin-bottom: $margin - 4px;
840-
margin-left: $margin + $input-padding;
840+
margin-left: 13px;
841841
color: var(--color-primary-element);
842-
font-weight: normal;
843-
font-size: 18px;
842+
font-size: 19px;
843+
font-weight: bold;
844844
}
845845
display: flex;
846846
flex-direction: column;

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)