

.xtfw-help-tip {

  &::after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-indent: 0px;
    top: 2px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    cursor: help;
    font-variant: normal;
    margin: 0;
    font-size: 16px;
  }

  .edit-tags-php &{
    position:relative;
    top:2px
  }

}

