Is it possible to show only the color, instead of color + code in grid in universal?

Compare with windows GUI

So we can hide this irrelevant info on other places

Is it possible to show only the color, instead of color + code in grid in universal?
Compare with windows GUI
So we can hide this irrelevant info on other places
Best answer by Anne Buit
You can set up a bit of custom CSS to achieve this:
/* Hide the text in grid color inputs */
.tsf-grid-cell span:has(input[type="color"]) {
font-size: 0px;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.