Commit 5725a159 authored by catch's avatar catch
Browse files

Issue #3295709 by immaculatexavier, ravi.shankar, longwave: .views-progress-indicator CSS is unused

parent 34bdf31e
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -632,23 +632,6 @@ td.group-title {
.views-ui-dialog .views-override > * {
  margin: 0;
}
.views-ui-dialog .views-progress-indicator {
  position: absolute;
  top: 32px;
  right: 10px; /* LTR */
  color: #fff;
  font-size: 11px;
}
[dir="rtl"] .views-ui-dialog .views-progress-indicator {
  right: auto;
  left: 10px;
}
.views-ui-dialog .views-progress-indicator:before {
  content: "\003C\00A0";
}
.views-ui-dialog .views-progress-indicator:after {
  content: "\00A0\003E";
}
.views-ui-dialog details .item-list {
  padding-left: 2em; /* LTR */
}
+0 −23
Original line number Diff line number Diff line
@@ -596,29 +596,6 @@ td.group-title {
  margin: 0 0.75rem 0.75rem 0;
}

.views-ui-dialog .views-progress-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 4rem; /* LTR */
  color: #fff;
  font-size: 0.702rem;
  line-height: 4rem;
}

[dir="rtl"] .views-ui-dialog .views-progress-indicator {
  right: auto;
  left: 4rem;
}

.views-ui-dialog .views-progress-indicator:before {
  content: "\003C\00A0";
}

.views-ui-dialog .views-progress-indicator:after {
  content: "\00A0\003E";
}

.views-ui-dialog .tabledrag-toggle-weight-wrapper {
  margin: 0 0 1rem 0;
}
+0 −21
Original line number Diff line number Diff line
@@ -490,27 +490,6 @@ td.group-title {
  margin: 0 var(--space-s) var(--space-s) 0;
}

.views-ui-dialog .views-progress-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  right: var(--jui-dialog-close-button-reserved-space); /* LTR */
  color: var(--jui-dialog-title-color);
  font-size: var(--font-size-xxs);
  line-height: var(--jui-dialog-close-button-reserved-space);
}
[dir="rtl"] .views-ui-dialog .views-progress-indicator {
  right: auto;
  left: var(--jui-dialog-close-button-reserved-space);
}

.views-ui-dialog .views-progress-indicator:before {
  content: "\003C\00A0";
}
.views-ui-dialog .views-progress-indicator:after {
  content: "\00A0\003E";
}

.views-ui-dialog .tabledrag-toggle-weight-wrapper {
  margin: 0 0 var(--space-m) 0;
}
+0 −17
Original line number Diff line number Diff line
@@ -632,23 +632,6 @@ td.group-title {
.views-ui-dialog .views-override > * {
  margin: 0;
}
.views-ui-dialog .views-progress-indicator {
  position: absolute;
  top: 32px;
  right: 10px; /* LTR */
  color: #fff;
  font-size: 11px;
}
[dir="rtl"] .views-ui-dialog .views-progress-indicator {
  right: auto;
  left: 10px;
}
.views-ui-dialog .views-progress-indicator:before {
  content: "\003C\00A0";
}
.views-ui-dialog .views-progress-indicator:after {
  content: "\00A0\003E";
}
.views-ui-dialog details .item-list {
  padding-left: 2em; /* LTR */
}
+0 −17
Original line number Diff line number Diff line
@@ -632,23 +632,6 @@ td.group-title {
.views-ui-dialog .views-override > * {
  margin: 0;
}
.views-ui-dialog .views-progress-indicator {
  position: absolute;
  top: 32px;
  right: 10px; /* LTR */
  color: #fff;
  font-size: 11px;
}
[dir="rtl"] .views-ui-dialog .views-progress-indicator {
  right: auto;
  left: 10px;
}
.views-ui-dialog .views-progress-indicator:before {
  content: "\003C\00A0";
}
.views-ui-dialog .views-progress-indicator:after {
  content: "\00A0\003E";
}
.views-ui-dialog details .item-list {
  padding-left: 2em; /* LTR */
}