Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yazla opened this issue May 4, 2015 · 2 comments
Closed

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

yazla opened this issue May 4, 2015 · 2 comments

Comments

@yazla
Copy link

yazla commented May 4, 2015

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.

@redonkulus
Copy link
Contributor

@yazla this was added by @jamesalley for IE8, so I'm not sure if we can remove it.

@redonkulus
Copy link
Contributor

This should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants