Verified Commit 7afad30a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3490587 by djsagar, saurav-drupal-dev, pinesso: Table UI issue in the Olivero theme

parent a2a38c79
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -92,6 +92,10 @@
  border-block-end: 0.25rem solid var(--color--primary-50);
}

.sticky-header thead {
  background: var(--color--white);
}

/* Properly align VBO checkboxes. */

.views-field-node-bulk-form .form-item {
+3 −0
Original line number Diff line number Diff line
@@ -91,6 +91,9 @@
  z-index: 0;
  margin: 0;
  border-block-end: 4px solid var(--color--primary-50);
  & thead {
    background: var(--color--white);
  }
}

/* Properly align VBO checkboxes. */