forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
3b8b03d8b4
commit
c5eb3021c0
3 changed files with 3 additions and 3 deletions
|
@ -869,7 +869,7 @@ export default defineComponent({
|
|||
color: var(--fg);
|
||||
font-family: inherit;
|
||||
|
||||
&:focus-visible {
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -480,7 +480,7 @@ hr {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.prism-editor__textarea:focus-visible {
|
||||
.prism-editor__textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -679,7 +679,7 @@ export default defineComponent({
|
|||
color: var(--fg);
|
||||
font-family: inherit;
|
||||
|
||||
&:focus-visible {
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue