Hide Button without href Link (Except for Custom Class)

PHOTO EMBED

Thu Apr 11 2024 20:20:22 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #ui #button

.button-container:not(.never-hide):has(a:not([href])) {
  display: none;
}
content_copyCOPY