From 7a517353ba7f84476502aefe102b305382a09d66 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 13 Feb 2023 16:22:32 +0100 Subject: Update --- src/objects/_action-button.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/objects/_action-button.scss') diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 1cce94f..edb9200 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss @@ -61,6 +61,7 @@ --label: fn.global-color(--fg), --hover: ( + --bg: fn.global-color(--obj), --label: fn.global-color(--fg-lo), ), ), @@ -187,7 +188,7 @@ &:hover, &:active { border-color: transparent; - background-color: fn.color(--quiet --selected --bg); + background-color: fn.color(--quiet --selected --hover --bg); box-shadow: none; color: fn.color(--quiet --selected --hover --label); } -- cgit v1.3.1