Missing CSS on some Views administrative displays: views tab links are unstyled

Created on 2 July 2024, 2 months ago

Problem/Motivation

I'm not sure the bug is in core, and it probably manifests only when you use Views displays provided by other modules, but I remember this happening is various situations, ie. with different contrib displays (and I can't exclude it happened on core displays).

Example with EVA module:

Correct CSS when on display provided by core:

Missing CSS on Views EVA display:

CSS gone missing:

.views-tabs a {
    display: inline-block;
    padding: 0.625rem;
    border: var(--input-border-size) solid #cbcbcb;
    border-radius: 0.4375rem;
    font-size: small;
    line-height: 1.3333;
}

.views-tabs li a {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #fff;
}

.views-tabs li a:hover, .views-tabs li.is-active a, .views-tabs li.is-active a.is-active {
    color: #fff;
    background-color: #555;
}

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Closed: duplicate

Version

10.3

Component
CSS 

Last updated 1 day ago

Created by

🇮🇹Italy kopeboy Mainland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024