From d5733b58884052ecfb0667e3a683b60e4a799d46 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 6 Jan 2022 15:48:00 -0500 Subject: [PATCH] css transition fix --- examples/dock/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/dock/style.css b/examples/dock/style.css index 1e4590c1..ac8b73ac 100644 --- a/examples/dock/style.css +++ b/examples/dock/style.css @@ -17,12 +17,14 @@ listview.docklist row { } button.dock_item:hover { + transition: 300ms; + border-width: 0px; background: #888888; border-radius: 12px; - border-width: 0px; } button.dock_item { + transition: 300ms; background: #333333; border-radius: 12px; border-width: 0px;