@import '../common/component.dark.theme.less';
@import '../common/component.common.less';
:host-context(.theme-dark) ::ng-deep {
    a{
        .cm-dark-dropdown-default
  }
}

