styles toolbar
This commit is contained in:
parent
6c87159a07
commit
e8f18284f3
|
@ -1,6 +1,4 @@
|
|||
import { EngineInterface } from '../../types';
|
||||
import { $ } from '../../node';
|
||||
import { DATA_ID } from '../../constants';
|
||||
|
||||
class Enter {
|
||||
private engine: EngineInterface;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
text-indent: 0;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.data-toolbar-active {
|
||||
|
|
Loading…
Reference in New Issue