Skip to content
Snippets Groups Projects
Unverified Commit 832a9720 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Unify the look of hovered/focused buttons.

parent dabb01fa
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,10 @@ pre, code, kbd, samp, tt {
}
.pure-button {
&:hover {
&:hover, &:focus {
background-color: #555;
padding: .5em 1em;
color: #fff;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment