Jelajahi Sumber

Do not display empty <fieldset> (#2045)

BG-Software 8 bulan lalu
induk
melakukan
df46ee7664
2 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 5 0
      .changeset/soft-suits-count.md
  2. 4 0
      src/scss/ui/_forms.scss

+ 5 - 0
.changeset/soft-suits-count.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Do not display empty `fieldset` element

+ 4 - 0
src/scss/ui/_forms.scss

@@ -130,6 +130,10 @@ Form control
   border-radius: var(--#{$prefix}border-radius);
   border-radius: var(--#{$prefix}border-radius);
 }
 }
 
 
+fieldset:empty {
+  display: none;
+}
+
 /**
 /**
 Form help
 Form help
  */
  */