Joint session with Vercel: How to build intelligent storefronts (May 15th)

Remove studio desk icon borders

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

By Arjen Scherff-de Water & Mawla | Jamstack Agency


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"
}

Contributors

Arjen Scherff-de Water

Creative Developer

Netherlands

Visit Arjen Scherff-de Water's profile

Mawla | Jamstack Agency

Jamstack Development Agency in Dublin, Ireland

Ireland

Visit Mawla | Jamstack Agency's profile