mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(core): reselt default contenteditable outline (#11921)
This commit is contained in:
@@ -293,3 +293,8 @@ button,
|
||||
input {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* Avoid default outline on focus for contenteditable */
|
||||
[contenteditable]:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user