Hi all, previously I had custom-ui-style.stylesheet as follows.
"custom-ui-style.stylesheet": {
".monaco-editor-hover .monaco-hover": "box-shadow: 0px 8px 32px rgba(0,0,0,.45) !important; background-image: linear-gradient(#3c3c50 0%, #2a2b38 100%) !important; backdrop-filter: blur(3px) !important; border-radius: 16px !important; border: none !important; outline: 0px !important;
...
}
With this result.
I have already deleted the style above from my custom-ui-style.stylesheet and restarted my VS Code. But the style (as in the above screenshot) is still there. I have already restarted it many times. I just want to revert it to default. Kindly help, thanks in advance!
Hi all, previously I had
custom-ui-style.stylesheetas follows.With this result.
I have already deleted the style above from my
custom-ui-style.stylesheetand restarted my VS Code. But the style (as in the above screenshot) is still there. I have already restarted it many times. I just want to revert it to default. Kindly help, thanks in advance!