Unverified Commit de657c82 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3183425 by tanc, ckrina, longwave, sylus, Abhijith S, idebr, justafish,...

Issue #3183425 by tanc, ckrina, longwave, sylus, Abhijith S, idebr, justafish, pandaski, bnjmnm: Google Chrome 87 renders fieldset with grey artefacts

(cherry picked from commit 239b5a88)
parent 7c5daacd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
   * Details.
   */
  --details-bg-color: rgba(243, 244, 249, 0.4);
  --details-border-color: rgba(216, 217, 224, 0.8);
  --details-border-color: var(--color-lightdiamond);
  --details-summary-shadow-color: var(--color-focus);
  --details-summary-focus-border-size: var(--focus-border-size);
  --details-desktop-wrapper-padding-start: calc(var(--space-m) + var(--space-s) + var(--space-xs));
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

.accordion {
  color: #222330;
  border: 1px solid rgba(216, 217, 224, 0.8);
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #222330;
  border: 1px solid rgba(216, 217, 224, 0.8);
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
@@ -405,7 +405,7 @@
.claro-details__wrapper--accordion,
.claro-details__wrapper--accordion-item,
.claro-details__wrapper--vertical-tabs-item {
  border-top: 1px solid rgba(216, 217, 224, 0.8);
  border-top: 1px solid #dedfe4;
  background-color: rgba(243, 244, 249, 0.4);
}

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
.entity-meta__header {
  padding: 0.5rem 1rem 1rem;
  color: #222330;
  border: 1px solid rgba(216, 217, 224, 0.8);
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  margin: 1rem 0;
  padding: 0;
  color: #222330;
  border: 1px solid rgba(216, 217, 224, 0.8);
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
Loading