[data-theme='dark'] {
  .@{tooltip-prefix-cls} {
    &-inner {
      box-shadow: @br-dropdown-outline, @br-box-shadow-lg;
    }
    &-arrow {
      overflow: unset;
      &-content {
        border: @br-dropdown-border;
      }
    }

    &-placement-top .@{tooltip-prefix-cls}-arrow,
    &-placement-topLeft .@{tooltip-prefix-cls}-arrow,
    &-placement-topRight .@{tooltip-prefix-cls}-arrow {
      &-content {
        border-top-color: transparent;
        border-left-color: transparent;
      }
    }

    &-placement-right .@{tooltip-prefix-cls}-arrow,
    &-placement-rightTop .@{tooltip-prefix-cls}-arrow,
    &-placement-rightBottom .@{tooltip-prefix-cls}-arrow {
      &-content {
        border-top-color: transparent;
        border-right-color: transparent;
      }
    }

    &-placement-bottom .@{tooltip-prefix-cls}-arrow,
    &-placement-bottomLeft .@{tooltip-prefix-cls}-arrow,
    &-placement-bottomRight .@{tooltip-prefix-cls}-arrow {
      &-content {
        border-right-color: transparent;
        border-bottom-color: transparent;
      }
    }

    &-placement-left .@{tooltip-prefix-cls}-arrow,
    &-placement-leftTop .@{tooltip-prefix-cls}-arrow,
    &-placement-leftBottom .@{tooltip-prefix-cls}-arrow {
      &-content {
        border-bottom-color: transparent;
        border-left-color: transparent;
      }
    }
  }
}
