.ant-tooltip-open[data-slate-node='element'] {
  background-color: rgba(0, 0, 0, 0.026);
}

.slate-menu.slate-menu-toolbar,
.slate-menu.slate-menu-tipsbar {
  display: flex;
  align-items: center;
  min-height: 38px;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0 4px;
}

.slate-menu .slate-menu-item {
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 2px;
  padding: 0 12px;
  border-radius: 4px;
  transition: all 0.56s;
  color: #333;
  font-size: 14px;
}

.slate-menu .slate-menu-item svg {
  font-size: 18px;
}

.slate-menu .slate-menu-item.active,
.slate-menu .slate-menu-item:hover {
  background-color: #f4f4f4;
}

.slate-menu .slate-menu-item.disable {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}

.editor-menu-leftbar-modal-item {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
}

.editor-menu-leftbar-modal-item svg {
  margin-right: 6px;
}

.editor-menu-leftbar-modal-item:hover {
  background-color: #f4f4f4;
}

.editor-menu-leftbar-modal-item:active {
  background-color: #f8f8f8;
}

.slate-editor-tipsbar-fixed-icon {
  color: #666;
}

.slate-editor-tipsbar-fixed-icon:hover {
  color: #1677ffcc;
}

.slate-editor-tipsbar-fixed-icon.ant-popover-open {
  color: #1677ff;
}