Remove inherit border-radius

This commit is contained in:
Mohamad Salman 2025-02-04 12:24:00 +01:00 committed by GitHub
parent 446c741800
commit 9d2fb4967b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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