Skip to content

Incorrect border color for pure-button:active ? #480

@yazla

Description

@yazla

Hi,
There is a strange color in pure/src/buttons/css/buttons.css for the border-color property, I am not sure it is a valid value:

.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;   <-- HERE
}

When I am trying to include this into my less main file using @import, less parser is recognizing this as invalid input.

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