From 82c91813e2991e08f61ec4111274260b22285467 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 8 Nov 2022 06:25:11 -0700 Subject: [PATCH] Fix: Make Notify icon buttons dark in initial state, darker in hover (fixes #250) --- less/_defaults/_colors.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/_defaults/_colors.less b/less/_defaults/_colors.less index 0bfa2706..63d51ca6 100644 --- a/less/_defaults/_colors.less +++ b/less/_defaults/_colors.less @@ -132,10 +132,10 @@ @notify-btn-hover: darken(@notify-btn, 10%); @notify-btn-inverted-hover: @notify-btn-inverted; -@notify-icon: @notify; +@notify-icon: darken(@notify, 10%); @notify-icon-inverted: @notify-inverted; -@notify-icon-hover: darken(@notify-icon, 10%); +@notify-icon-hover: darken(@notify, 15%); @notify-icon-inverted-hover: @notify-icon-inverted; // Drawer