Skip to content

Commit

Permalink
Tweak style used by active ember-nodes to have rounded corners
Browse files Browse the repository at this point in the history
Fixes snippet-placeholders. This style is normally overriden for most
ember-nodes, e.g. by anything including a pill. Also affects mandatee
tables and inserted snippets.
  • Loading branch information
piemonkey committed Dec 11, 2024
1 parent 3fc2263 commit e02c4c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-starfishes-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lblod/ember-rdfa-editor': patch
---

Tweak style used by active ember nodes such as snippet placeholders to have rounded corners
1 change: 1 addition & 0 deletions app/styles/ember-rdfa-editor/_c-inline-rdfa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
white-space: normal !important;
&.say-active {
outline: 0.2rem solid var(--au-blue-500);
border-radius: var(--au-radius);
}
.say-inline-rdfa {
[contenteditable] {
Expand Down

0 comments on commit e02c4c6

Please sign in to comment.