From 04ad8334baeed8ae0859b4366872906e18aa19b3 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Thu, 6 Jan 2022 11:23:48 +0100 Subject: [PATCH] Overridden inherited hover for ghost button --- scss/_btn.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/_btn.scss b/scss/_btn.scss index d2b6a0f..5c08389 100644 --- a/scss/_btn.scss +++ b/scss/_btn.scss @@ -84,6 +84,9 @@ $btn-colors: ( border: unset; &:hover { + background-color: $default-color; + color: $dark-gray; + &::after { width: 98%; }