Semantic-ui issue.

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.css">
<div class="ui segment">
<a class="ui red corner label" href="https://github.com/Semantic-Org/Semantic-UI/issues/3809">
  <i class="ui icon github"></i><!-- Not Working !-->
</a>
<a class="ui green left corner">
  <i class="ui icon github pointery"></i><!-- "Working" !-->
</a>
<div class="ui content">
<br>
Notice how the github logo appears to not be a link on the right hand side.
<br>
The left hand side is overriden, to how I would expect it to behave.
<br>
Semantic UI 2.1.8 from cdn.js
</div>
</div>

CSS

.pointery {
  cursor: pointer !important;
}