Compare commits

...

4 Commits

Author SHA1 Message Date
Mohamad Salman
8295fa1ebd
Merge 9d2fb4967b4d0e65148314aef7581885a5be2cbf into 8c975a4f0d22ef8828142729febce4696301a81a 2025-06-28 15:38:31 +08:00
Mohamad Salman
9d2fb4967b
Remove inherit border-radius 2025-02-04 12:24:00 +01:00
Mohamad Salman
446c741800
Inherit border-radius 2025-02-02 13:40:57 +01:00
Mohamad Salman
7df0cdc2b6
Set focus style for contenteditable elements 2025-02-02 12:53:21 +01:00

View File

@ -375,6 +375,14 @@ th {
border-width: 0; 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 // Forms
// //