Skip to content

CSS styles can leak into the Lamdera Live overlay #37

Open
@edkelly303

Description

@edkelly303

Quick Summary:
The <a> element in the overlay that links to the Lamdera docs can inherit styles from the app's CSS, as in this screenshot:

image

SSCCE

Here's the CSS that causes this, which is in public/styles.css in my repo:

a:not(nav *) {
    border-color: var(--acnt-07-bd);
    background-color: var(--acnt-03-el);
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    padding: 5px;
}
  • Elm: 19.1 / Lamdera 1.3.2
  • Browser: Firefox
  • Operating System: Nixos

Additional Details

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions