Verified Commit 87b34b9d authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3184588 by ressa, SKAUGHT, rkoller, Mithun S: Make disabled status more obvious in a View

parent 0efb1513
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -568,7 +568,12 @@ td.group-title {
.views-edit-view {
  margin-bottom: 15px;
}

.views-edit-view.disabled .views-displays {
  background-color: #fff4f4;
}
.views-edit-view.disabled .views-display-column {
  background: white;
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
  padding: 5px 8px;
+8 −0
Original line number Diff line number Diff line
@@ -520,6 +520,14 @@ td.group-title {
  margin-bottom: 0.9375rem;
}

.views-edit-view.disabled .views-displays {
  background-color: var(--color-red-020);
}

.views-edit-view.disabled .views-display-column {
  background: var(--color-white);
}

/* The contents of the popup dialog on the views edit form. */

.views-filterable-options .form-type-checkbox {
+6 −1
Original line number Diff line number Diff line
@@ -412,7 +412,12 @@ td.group-title {
.views-edit-view {
  margin-bottom: 15px;
}

.views-edit-view.disabled .views-displays {
  background-color: var(--color-red-020);
}
.views-edit-view.disabled .views-display-column {
  background: var(--color-white);
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
  padding: 5px 8px;
+6 −1
Original line number Diff line number Diff line
@@ -568,7 +568,12 @@ td.group-title {
.views-edit-view {
  margin-bottom: 15px;
}

.views-edit-view.disabled .views-displays {
  background-color: #fff4f4;
}
.views-edit-view.disabled .views-display-column {
  background: white;
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
  padding: 5px 8px;