This happens everytime with my VSCode, can anyone help me get rid of that gray background color in the className
enter image description here
I am using a Chartist chart for showing data. I want to add a shadow on the selected slice of the chart on hover or mouse enter event. Attache below screenshot for the output
enter image description here
Attache below screenshot for the output
enter image description here
I did this code below but it didn't work
enter image description here
I tried to change the z-index but the problem remains.
enter image description here
enter image description here
We are developing an azure devops custom extension for boards, where we need to make some field as required based on some condition. We can display an error message and disable the save button, but how to show red color icon on that field??
According to your description, you needs to show red color icon on your custom field.
You could assign red color to a tag which can display an error message or just be a red color icon as the linked capture shows:
Assign a color to a tag
The following steps are:
1.Before setting tag colors, add tags to work items that you want to highlight with color that circled in red in the linked capture.
add tags to work items
2.From the Settings dialog, choose Tag colors and then choose the "+" plus icon to add a tag color. Then, name the tag as "!" and select the red color.
3.When done with your changes, choose Save.
Then you could show red color icon on your custom field.