@import '../../styles/index.scss';

#{$css-prefix}-toolbar-item {
  &-default {
    display: flex;
    cursor: pointer;
    padding: 0 3px;
    height: 22px;
    &:hover {
      background-color: $toolbar-item-hover-bg-color;
    }
  }

  .toolbar-item-icon {
    display: inline-block;
    line-height: 22px;
    height: 22px;
  }

  .toolbar-item-label {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
  }
}
