Prevent accidental deletion (hide or confirm before removing) items in list-type properties

What I’m trying to do

Hey everyone,

I’m linking PDFs in the properties section of my files (using the “list” type). The issue is that, especially on mobile, when I try to tap a link to open the file, I sometimes hit the little “x” delete button instead, which removes the link right away. Is there a way to hide it or at least make Obsidian ask for confirmation before removing the link?

Thanks in advance! :slight_smile:

Alright I figured it out, this is the css I used:

.svg-icon.lucide-x {
  display: none !important;
}