Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use main text color for editable divs and text areas
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Aug 29, 2018
commit 13e749190e4ef93972937c065014bd6f97aa20c2
2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ button, .button {
}

textarea, div[contenteditable=true] {
color: var(--color-text-lighter);
color: var(--color-main-text);
cursor: text;
font-family: inherit;
height: auto;
Expand Down