Skip to content

Commit

Permalink
Merge pull request #3637 from nextcloud/fix/borderNcRichContenteditable
Browse files Browse the repository at this point in the history
Adjust border thickness of NcRichContenteditable
  • Loading branch information
raimund-schluessler authored Jan 9, 2023
2 parents f44eb95 + 5c3ebe0 commit 5449e15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export default {
white-space: pre-wrap;
word-break: break-word;
color: var(--color-main-text);
border: 1px solid var(--color-border-dark);
border: 2px solid var(--color-border-dark);
border-radius: var(--border-radius-large);
outline: none;
background-color: var(--color-main-background);
Expand Down Expand Up @@ -601,7 +601,7 @@ export default {
&--disabled {
opacity: $opacity_disabled;
color: var(--color-text-maxcontrast);
border: 1px solid var(--color-background-darker);
border: 2px solid var(--color-background-darker);
border-radius: var(--border-radius);
background-color: var(--color-background-dark);
}
Expand Down

0 comments on commit 5449e15

Please sign in to comment.