codingphase-style-vs-code icon indicating copy to clipboard operation
codingphase-style-vs-code copied to clipboard

In windows, in CSS, color palate in not showing after hovering

Open TahmidTN opened this issue 2 years ago • 1 comments

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

TahmidTN avatar Aug 24 '23 15:08 TahmidTN

Just remove the padding property of the tooltip in the css code: .monaco-editor .monaco-hover { /* remove padding property */ }

ZyS1b avatar Dec 03 '24 17:12 ZyS1b