Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Not wanted Web Profiler Toolbar link color css override #27658

Copy link
Copy link
Closed
@soullivaneuh

Description

@soullivaneuh
Issue body actions

Symfony version(s) affected: v4.0.11

Description

If I put some CSS rules with a body classes, it will apply on the web profiler toolbar.

How to reproduce

body.logon {
  a:not(.btn) {
    color: map_get($project-colors, 'red');

    &:hover {
      text-decoration: underline;
    }
  }
}

And create a template with <body class="logon">

You will have something like this:

image

I'm pretty sure it's related to the body class case, because I have another global color definition for a links and it does not affect the toolbar.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.