Problem/Motivation

The field.css CSS file is not getting loaded, which means that fields on entities which have their label set to 'Inline' don't get styled correctly.

My browser says:

> The resource from “https://LOCAL.ddev.site/themes/contrib/bartik/css/components/field.css?s...” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork bartik-3458237

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    joachim created an issue. See original summary.

    joachim’s picture

    Issue summary: View changes
    joachim’s picture

    Ah, the problem is that the libraries file declares:

    > css/components/field.css: {}

    and that file does not exist.

    The only field.css file in Bartik is at:

    > css/classy/components/field.css

    joachim’s picture

    Title: CSS files not getting loaded » field.css files missing / not getting loaded

    And the field.css file that does exist isn't declared.

    joachim’s picture

    Status: Active » Closed (works as designed)

    Ok I have NO idea what's happening, as the git clone of this theme has the files and declares them. AND those haven't been changed since the initial commit.