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

Merge branch 'fix/red-button-hover' into 'dev'

fix(button): secondaryDelete hover and active colors

See merge request !788
parents e39f9edb f10d7943
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