From 9d2fb4967b4d0e65148314aef7581885a5be2cbf Mon Sep 17 00:00:00 2001 From: Mohamad Salman <139472418+MohamadSalman11@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:24:00 +0100 Subject: [PATCH] Remove inherit border-radius --- scss/_reboot.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index dc12a32436..2249ec9ba0 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -380,7 +380,6 @@ th { // Handle focus states for elements with contenteditable set to true or plaintext-only [contenteditable]:not([contenteditable="false"]):focus { - @include border-radius(inherit); outline: 0; box-shadow: $input-focus-box-shadow; }