Skip to content

Commit e11aeba

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)