Skip to content

Commit 1f53e82

Browse files
committed
fix(core): use the element font weight for the more-from button
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent ee1044d commit 1f53e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/UnifiedSearch/UnifiedSearchModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,13 +1722,13 @@ export default defineComponent({
17221722
margin-inline-start: calc(var(--default-grid-baseline) * 2);
17231723
}
17241724
1725-
// The overflow heading is a real button; make it read like the plain title.
1725+
// The overflow heading is a real button; match the plain title's size and colour,
1726+
// but leave it NcButton's own --font-weight-element weight.
17261727
&-title--more {
17271728
margin-block: calc(var(--default-grid-baseline) * 2) var(--default-grid-baseline);
17281729
17291730
:deep(.button-vue__text) {
17301731
font-size: var(--default-font-size);
1731-
font-weight: normal;
17321732
color: var(--color-main-text);
17331733
}
17341734

0 commit comments

Comments
 (0)