Skip to content
Snippets Groups Projects
Commit f10d7943 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(button): secondaryDelete hover and active colors

parent e39f9edb
Branches
Tags
2 merge requests!805V3.0.1,!788fix(button): secondaryDelete hover and active colors
......@@ -152,7 +152,7 @@ button {
color: $red;
border-color: $red;
&:hover {
background-color: $grey-3;
background-color: $grey-7;
}
&:disabled {
background-color: $white;
......@@ -160,7 +160,7 @@ button {
border-color: $grey-5;
}
&:active {
background-color: $grey-3;
background-color: $grey-8;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment