Happening this week! Hear how Amplitude built a self-serve marketing engine to drive growth 🚀

Remove studio desk icon borders

By Arjen Scherff-de Water & Mawla | Jamstack Agency

Recent studio styling has borders around icons in the desk structure. Here's a snippet to remove those.

style.css

:global([data-ui='PaneItem'] *:not(svg) + span) {
  box-shadow: none !important;
}

sanity.json

{
  "implements": "part:@sanity/base/theme/variables/override-style",
  "path": "./style.css"
}

→ screenshot

Contributors

Other schemas by authors