Skip to content

Commit

Permalink
fix(text-editor): don't show placeholder when composer is active
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyChyzhova authored and adrianschmidt committed Dec 10, 2024
1 parent d6d0ed5 commit 8aba357
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/text-editor/text-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
--limel-text-editor-outline-color: #{shared_input-select-picker.$lime-text-field-outline-color--focused};
}

:host(limel-text-editor:focus-within),
:host(limel-text-editor:focus) {
.placeholder {
opacity: 0;
}
}

:host(limel-text-editor[disabled]:not([disabled='false'])) {
@include shared_input-select-picker.looks-disabled;

Expand Down

0 comments on commit 8aba357

Please sign in to comment.