codingphase-style-vs-code
codingphase-style-vs-code copied to clipboard
In windows, in CSS, color palate in not showing after hovering
In the normal version of vs code without this theme, we have a feature which allows us to hover over CSS color property and get a color palate with all the colors. But now, we only get a palate where we cannot change the hue value
Just remove the padding property of the tooltip in the css code:
.monaco-editor .monaco-hover { /* remove padding property */ }