aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-16 23:42:12 -0400
committerbobzel <zzzman@gmail.com>2024-05-16 23:42:12 -0400
commit99931c4ca423d51555c24533a98e921c83c941e1 (patch)
tree07baab3cb627eae837c18fb2a6981a746765ec61 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parenta197d8d37e62235bfa59bc8e3bb74c39381c30a4 (diff)
parent69e286b504c2f1bbef7d489dc675b9e54ef8d983 (diff)
Merge branch 'restoringEslint' into eleanor-starter
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 38dd2e847..99b4a84fc 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -349,8 +349,9 @@ footnote::before {
touch-action: none;
span {
font-family: inherit;
- background-color: inherit;
- display: contents; // fixes problem where extra space is added around <ol> lists when inside a prosemirror span
+ // background-color: inherit; // intended to allow texts to inherit background from list container, but this prevents css highlights e.,g highlight text from others
+ display: inline; // needs to be inline for search highlighting to appear
+ // display: contents; // BUT needs to be 'contents' to avoid Chrome bug where extra space is added above and <ol> lists when inside a prosemirror span
}
blockquote {