aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-10 15:11:03 -0500
committerbobzel <zzzman@gmail.com>2021-03-10 15:11:03 -0500
commit11b6bd8eca19b36fdd28f71a7fc4043134983c5e (patch)
tree72699650875e028fe9eba57194a5b503c3e933e5
parent0a89a25426c401142469064726360fe87185adda (diff)
from last - fix for inline text boxes.
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 0f2f9cdb7..6fcd0eb8f 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -126,13 +126,12 @@ audiotag:hover {
}
.formattedTextBox-inner-rounded-selected,
.formattedTextBox-inner-selected {
- .ProseMirror {
+ > .ProseMirror {
padding:10px;
}
}
.formattedTextBox-outer-selected {
-
- .ProseMirror:hover {
+ > .ProseMirror:hover {
background: unset;
}
}