@layer component.base {
  .icontrol {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;

    /* overwrite IOS UA stylesheet */
    color: inherit;
  }
}
