From 5238294f3451afded45e3e1f67cb5a34bde1a1e5 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 10 Nov 2020 08:54:59 +0100 Subject: [PATCH] Tweak hover transition. --- .../STR/resources/assets/styles/widgets/solution-grid.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/STR/resources/assets/styles/widgets/solution-grid.styl b/wp-content/themes/STR/resources/assets/styles/widgets/solution-grid.styl index 38c75b0..65d7969 100644 --- a/wp-content/themes/STR/resources/assets/styles/widgets/solution-grid.styl +++ b/wp-content/themes/STR/resources/assets/styles/widgets/solution-grid.styl @@ -27,7 +27,7 @@ @apply absolute top-0 left-0 w-full h-full @apply flex items-center justify-center @apply bg-dark-blue bg-opacity-80 - transition: opacity 0.3s + transition: opacity 0.2s &-icon box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7) !important -- 2.39.5