From ef2a3de9bbc19b32039f72ddbe30413532eddfed Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Sun, 12 Jan 2025 00:43:09 -0700 Subject: [PATCH] css fonts --- figuro/common/nodes/csstheme.nim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/figuro/common/nodes/csstheme.nim b/figuro/common/nodes/csstheme.nim index 1e12d7ee..a3620812 100644 --- a/figuro/common/nodes/csstheme.nim +++ b/figuro/common/nodes/csstheme.nim @@ -104,10 +104,7 @@ proc apply*(prop: CssProperty, node: Figuro) = if child of Text: child.fill = c of "background": - if evHover in node.events: - discard - else: - node.fill = c + node.fill = c of "border-color": node.stroke.color = c else: