Don't highlight comment input, give it basic input behaviors
This commit is contained in:
@@ -27,7 +27,7 @@ a:not([class]) {
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
|
||||
:is(a, button, input, textarea, .switch, .btn) {
|
||||
:is(a, button, input, textarea, .switch, .btn, [contenteditable]) {
|
||||
--outline-size: max(2px, 0.08em);
|
||||
|
||||
caret-color: var(--color-link);
|
||||
|
||||
@@ -71,6 +71,12 @@ house-md-toolbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.link, .img {
|
||||
color: var(--color-link);
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user