Skip to content
Snippets Groups Projects
Commit 034ab06c authored by Scott Carpenter's avatar Scott Carpenter
Browse files

Issue #3184588 by SKAUGHT. Make Views UI disabled status more obvious.

parent 6db12006
No related branches found
No related tags found
No related merge requests found
Pipeline #106203 passed
Pipeline: drupal-3184588

#106204

    ......@@ -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;
    ......
    ......@@ -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 {
    ......
    ......@@ -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;
    ......
    ......@@ -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;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment