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; }