.gl-clear-icon-button {
  @apply gl-bg-transparent;
  @apply gl-border-none;
  @apply gl-cursor-pointer;

  &:focus {
    @apply gl-focus;
  }
}
