RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Selected text is not hightlighted

Open boskokg opened this issue 2 years ago • 1 comments

When I select some text, visually selected text is not hightlighted. Note:I can copy/paste the selected text. Note2: I am reproducing the same in the provided example https://rapidocweb.com/examples/example1.html

I have not found that someone reported this.

boskokg avatar Mar 19 '23 11:03 boskokg

Experiencing this as well. Fixed by setting the --selection-bg and --selection-fg variables in my css.

:root {
  --selection-bg: #444;
  --selection-fg: #eee;
}

jjensenbloom avatar Jan 26 '24 22:01 jjensenbloom