.resetLeftTabs .editor-tabs .editor-tabs-left-bar {
  width: 120px;
  margin-right: 0;
  border-right: none;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-ink-bar {
  left: 0;
  width: 120px;
  border-radius: 4px;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab.editor-tabs-tab-active {
  color: #fff;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-content {
  padding-left: 0;
  border: none;
}
