There was an error while loading. Please reload this page.
1 parent bc66f5e commit f44efa7Copy full SHA for f44efa7
2 files changed
src/components/AssistantHeaderMenuEntry.vue
@@ -6,7 +6,7 @@
6
<NcHeaderButton
7
id="assistant"
8
:aria-label="t('assistant', 'Nextcloud Assistant')"
9
- :description="t('assistant', 'Nextcloud Assistant desc')"
+ :description="t('assistant', 'Nextcloud Assistant header menu entry')"
10
@click="$emit('click')">
11
<template #icon>
12
<AssistantIcon :size="20" />
src/components/TaskTypeSelect.vue
@@ -285,8 +285,7 @@ export default {
285
.categoryWithSubSelected button {
286
background: var(--color-element-assistant) !important;
287
color: white !important;
288
- border: none !important;
289
- padding-block: 0 !important;
+ border-color: #40519A !important;
290
}
291
292
</style>
0 commit comments