.phx-ellipsis-button{
  button {
    &.fake{
      display: block; // necessary for making btn zero hide
      width: 0;
      height: 0;
			padding: 0;
			border: 0;
    }
  }
}
