Skip to content
Snippets Groups Projects
Unverified Commit ca06df37 authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Button bg was no good in Chrome

parent e9943f90
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,14 @@
@mixin btn-color($fg, $bg) {
color: $fg;
background-color: darken($bg, 2%);
background-image: linear-gradient(lighten($bg, 5%), darken($bg, 2%));
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
&:hover,
&.zeroclipboard-is-hover {
color: $fg;
background-color: darken($bg, 4%);
background-image: linear-gradient((lighten($bg, 2%), darken($bg, 4%)));
}
......
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