styles.less 1.02 KB
@import '~@qx/ui/dist/src/style/variable.less';

.qx-sort-condition-container {
  font-size: 14px;

  &__operate {
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    .operate-button {
      color: @N7;

      &:disabled {
        color: @N5;

        &:hover {
          color: @N5;
        }
      }

      &:hover {
        color: @B8;
      }
    }
  }

  .ant-select-selector .ant-select-selection-item,
  .ant-select-dropdown .ant-select-item-option-content {
    font-size: 14px;
    color: @N9;

    .anticon {
      margin-right: 4px;
      font-size: 16px;
      width: 16px;
      height: 16px;
      color: @N8;
    }
  }

  .ant-select-disabled {
    .ant-select-selector .ant-select-selection-item,
    .ant-select-dropdown .ant-select-item-option-content {
      color: @N5;

      .anticon {
        color: @N5;
      }
    }
  }


  .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    font-weight: 400;
    color: @N9;
  }
}