Skip to content

Commit 418a86d

Browse files
luka-nextcloudbackportbot[bot]
authored andcommitted
fix: styling for new stack input field
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 178ab99 commit 418a86d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/components/Controls.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,20 @@ export default {
508508
509509
#stack-add form {
510510
display: flex;
511+
512+
#new-stack-input-main {
513+
margin-right: 8px;
514+
}
515+
.icon-confirm {
516+
border: 2px solid var(--color-border-maxcontrast) !important;
517+
border-left: none !important;
518+
}
519+
&:focus-within, &:focus, &:focus-visible,
520+
&:hover {
521+
.icon-confirm {
522+
border-color: var(--color-main-text) !important;
523+
}
524+
}
511525
}
512526
}
513527

0 commit comments

Comments
 (0)