1
0
mirror of synced 2026-03-23 19:28:40 +08:00

style(editor): 重置workspace区域focus样式

This commit is contained in:
roymondchen
2022-06-15 12:43:39 +08:00
committed by jia000
parent b8dbb37b9b
commit 2856ee3b6c

View File

@@ -2,4 +2,8 @@
height: 100%;
width: 100%;
user-select: none;
&:focus-visible {
outline: 0;
}
}