This commit is contained in:
Mohamad Salman 2025-05-02 08:41:47 +08:00 committed by GitHub
commit 56015d8ef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -375,6 +375,14 @@ th {
border-width: 0;
}
// Contenteditable
//
// Handle focus states for elements with contenteditable set to true or plaintext-only
[contenteditable]:not([contenteditable="false"]):focus {
outline: 0;
box-shadow: $input-focus-box-shadow;
}
// Forms
//