CodeFlask icon indicating copy to clipboard operation
CodeFlask copied to clipboard

Carret Not showing

Open ccasalicchio opened this issue 5 years ago • 4 comments

Hi, thank you for the awesome plugin.

I'm using it with Umbraco BackOffice, and it works fine, except that the carret is not showing... any suggestions? https://prnt.sc/pr7tsm

ccasalicchio avatar Nov 01 '19 16:11 ccasalicchio

Actually I just found out, the background-color was hidding the carret :(

in the pre css from Umbraco

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif; color: #303033; line-height: 20px; white-space: pre-wrap; overflow-x: auto; /* background-color: #f3f3f5; */ border: 1px solid #d8d7d9; border-radius: 3px; }

ccasalicchio avatar Nov 01 '19 16:11 ccasalicchio

Same here: https://stackoverflow.com/a/58904170/656010

tomwayson avatar Nov 18 '19 12:11 tomwayson

Maybe some kind of CSS reset on the parent element would help?

trasherdk avatar Nov 18 '19 18:11 trasherdk

In my case, just removing the background-color fixed it

ccasalicchio avatar Nov 18 '19 18:11 ccasalicchio