From cf05c380ea090e508b79edbedd2d03c9782e9f36 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 13 May 2024 15:04:02 +0500 Subject: [PATCH] tweak outline button hover style --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 176bee5..98db16f 100644 --- a/theme.json +++ b/theme.json @@ -295,7 +295,7 @@ } }, "core/buttons": { - "css": "& .wp-block-button__link { transition: all 0.25s ease-in-out; }\n& .wp-block-button.is-style-outline .wp-block-button__link:hover { box-shadow: rgb(51, 51, 51) -4px 4px 0px 1px; }" + "css": "& .wp-block-button__link { transition: all 0.25s ease-in-out; }\n& .wp-block-button.is-style-outline .wp-block-button__link:hover { box-shadow: rgb(51, 51, 51) 4px 4px 0 0; transform: translate(-4px, -4px) }" }, "core/button": { "css": "",