@import 'common/var.scss';

.qf-dropdown-menu {
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: $--color-font-light-1;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 12px;

  &.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;

    &:hover {
      background-color: #fff
    }
  }

  &.hover, &:hover {
    background-color: $--color-bg-light;
  }
}
