diff --git a/src/stylesheets/components/editor/_styles.scss b/src/stylesheets/components/editor/_styles.scss index 55039a8b1..20e96ff5c 100644 --- a/src/stylesheets/components/editor/_styles.scss +++ b/src/stylesheets/components/editor/_styles.scss @@ -19,6 +19,10 @@ background-color: $editor-text-selection-bg; } + .pseudo-selection { + background-color: $editor-text-selection-bg; + } + a { cursor: auto;