From d9333d997d6d81f3bb1907b27e2bee2720241f41 Mon Sep 17 00:00:00 2001 From: in-ch Date: Mon, 25 Nov 2024 16:47:09 +0900 Subject: [PATCH] fix: remove -webkit-appearance: button; for cleanup (#2677) --- src/sass/reset.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sass/reset.scss b/src/sass/reset.scss index e6e1f7154..5784b7d48 100644 --- a/src/sass/reset.scss +++ b/src/sass/reset.scss @@ -7,7 +7,6 @@ button.rbc-btn { overflow: visible; text-transform: none; - -webkit-appearance: button; appearance: button; cursor: pointer; }