This commit is contained in:
syuilo
2021-08-11 00:21:24 +09:00
parent 227f52d758
commit 4149c7782f
2 changed files with 13 additions and 13 deletions

View File

@@ -177,17 +177,8 @@ export default defineComponent({
}
&:focus {
&:after {
content: "";
pointer-events: none;
position: absolute;
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
border: 2px solid var(--accentAlpha03);
border-radius: 10px;
}
outline: solid 2px var(--focus);
outline-offset: 2px;
}
&.inline + .bghgjjyj {