Skip to content

Commit

Permalink
Merge pull request #10923 from nextcloud/bugfix/fix-new-message-input…
Browse files Browse the repository at this point in the history
…-appearance

Fix new message input appearance
  • Loading branch information
marcoambrosini authored Nov 17, 2023
2 parents d6bb1ff + d5beea3 commit 07dcc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -831,15 +831,15 @@ export default {

// Override NcRichContenteditable styles
& &__richContenteditable {
border: 1px solid var(--color-border-dark);
border: 2px solid var(--color-border-dark);
border-radius: calc(var(--default-clickable-area) / 2);
padding: 8px 16px 8px 44px;
max-height: 180px;

&:hover,
&:focus,
&:active {
border: 1px solid var(--color-primary-element);
border: 2px solid var(--color-main-text);
}
}

Expand Down

0 comments on commit 07dcc76

Please sign in to comment.