styles toolbar

This commit is contained in:
yanmao 2022-01-21 22:35:45 +08:00
parent 6c87159a07
commit e8f18284f3
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,4 @@
import { EngineInterface } from '../../types';
import { $ } from '../../node';
import { DATA_ID } from '../../constants';
class Enter {
private engine: EngineInterface;

View File

@ -11,6 +11,7 @@
text-indent: 0;
-webkit-user-select: none;
user-select: none;
z-index: 1;
}
.data-toolbar-active {