Skip to content

Commit 538882b

Browse files
Merge pull request #7112 from nextcloud/backport/7107/stable30
[stable30] fix: styling for new stack input field
2 parents 178ab99 + 418a86d commit 538882b

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)