8000 Not wanted Web Profiler Toolbar link color css override · Issue #27658 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Not wanted Web Profiler Toolbar link color css override #27658
Closed
@soullivaneuh

Description

@soullivaneuh

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
    < 410F div class="Box-sc-g0xbh4-0 hfKjHv">

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0