Whenever cursor is hovering over the rems like code snippets or image magnifies or code font is changed so making it difficult to navigate. How to switch mouse on hover off? (This behaviour distracts me)
Is it possible to provide a video of this behavior for better clarity?
Do your turn off all Custom CSS?
I use a custom font. When I hover over a code snippet, it changes font everytime (turns to default font) when cursor is on it. I do not want it to change font. I do not have a recorder program. I wish I could describe well. Sorry.
Can you share your code?
#code-node {
font-family: Arial;
}
I tried changing the font of the code block but no problem changing the font to default when I hover
Have you tried disabling your other CSS except codeblock CSS?
@TaQuangKhoi Thanks. I didn’t know code font could be changed. I changed code font to my custom font now it doesn’t change when mouse on it. Thanks!