From e2a5f04fa09fba08b0a98098e206db0407ffc526 Mon Sep 17 00:00:00 2001 From: Anton Lazarev Date: Sat, 16 Dec 2023 13:48:58 -0800 Subject: [PATCH] stylesheet: Don't use -gtk-outline-...-radius https://docs.gtk.org/gtk4/migrating-3to4.html#dont-use-gtk-outline-radius-in-your-css Part-of: --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index e7aca6c..21f4853 100644 --- a/src/style.css +++ b/src/style.css @@ -1,10 +1,9 @@ keypad > grid > button, .dial-button, .delete-button .rounded-button { border-radius: 9999px; - -gtk-outline-radius: 9999px; } .dial-button { - padding: 19px 42px + padding: 19px 42px; } .delete-button {