.editor-header-history-box-arrow {
  height: 32px;
  padding: 5px 1px;
  margin-left: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.editor-header-history-box-arrow svg {
  width: 12px;
  height: 12px;
  fill: rgba(28, 36, 46, 0.55);
}
.editor-header-history-box-wrap {
  display: flex;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.editor-header-history-box-wrap .editor-btn {
  margin-left: 0 !important;
}
.editor-header-history-box-wrap .editor-badge-count {
  min-width: 18px !important;
}
.editor-header-history-box-wrap:focus,
.editor-header-history-box-wrap:hover {
  background: rgba(0, 0, 0, 0.08);
}
.editor-header-history-box-wrap:focus .editor-btn,
.editor-header-history-box-wrap:hover .editor-btn {
  background: none !important;
}
.editor-header-history-box-wrap:focus .editor-header-history-box-arrow,
.editor-header-history-box-wrap:hover .editor-header-history-box-arrow {
  background: #d9d9d9;
}
.editor-header-history-box-wrap .item {
  color: rgba(28, 36, 46, 0.55);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.editor-header-history-box-wrap .item svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  fill: rgba(28, 36, 46, 0.55);
}
.editor-header-history-box-wrap .item .text {
  color: rgba(28, 36, 46, 0.55);
}
.editor-header-history-box-popver {
  padding-top: 0 !important;
}
.editor-header-history-box-popver .editor-popover-arrow {
  display: none;
}
.editor-header-history-box-popver .editor-popover-inner-content {
  padding: 0;
}
.editor-header-history-box-popver .editor-tag-has-color {
  color: #4477ee;
}
.editor-header-history-box-popver .editor-tag-orange {
  border-color: #fff7e6;
}
.editor-header-history-box-popver .editor-tag-purple {
  border-color: #f9f0ff;
}
.editor-header-history-box-popver .editor-tag-cyan {
  border-color: #e6fffb;
}
.editor-header-history-box-popver .editor-header-history-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-top: -2px;
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  cursor: pointer;
}
.editor-header-history-box-popver .editor-header-history-box-container span {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.editor-header-history-box-popver .editor-header-history-box-container span:hover {
  background-color: #f6f6f7;
}
.editor-header-sampile .editor-popover-content {
  margin-top: 20px;
}
.editor-simple-btn {
  padding: 0 8px !important;
}
