From e7165edafd09e1db353b207720185cf6f5df7cbf Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 26 Jan 2021 11:43:42 +0100 Subject: [PATCH] Add hover color on warning buttons --- assets/sass/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss index 021028f..a927d89 100644 --- a/assets/sass/layout.scss +++ b/assets/sass/layout.scss @@ -584,6 +584,10 @@ button, .button { &.warning { background-color: $warningColor; + + &:hover { + background-color: lighten($warningColor, 10%); + } } &.error, &.danger {