Skip to content

Commit f44efa7

Browse files
committed
feat(style): keep border for selected task type category
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent bc66f5e commit f44efa7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/AssistantHeaderMenuEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NcHeaderButton
77
id="assistant"
88
:aria-label="t('assistant', 'Nextcloud Assistant')"
9-
:description="t('assistant', 'Nextcloud Assistant desc')"
9+
:description="t('assistant', 'Nextcloud Assistant header menu entry')"
1010
@click="$emit('click')">
1111
<template #icon>
1212
<AssistantIcon :size="20" />

src/components/TaskTypeSelect.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ export default {
285285
.categoryWithSubSelected button {
286286
background: var(--color-element-assistant) !important;
287287
color: white !important;
288-
border: none !important;
289-
padding-block: 0 !important;
288+
border-color: #40519A !important;
290289
}
291290
}
292291
</style>

0 commit comments

Comments
 (0)