Skip to content

Commit

Permalink
fix(plugins/plugin-client-notebook): github button in notebook client…
Browse files Browse the repository at this point in the history
… does not have hover effect

Fixes #5941
  • Loading branch information
myan9 authored and starpit committed Oct 12, 2020
1 parent 739a8c4 commit b1be570
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/plugin-client-notebook/src/index.tsx
Expand Up @@ -31,7 +31,12 @@ export default function renderMain(props: KuiProps) {

const githubIcon = () => {
return (
<a href="https://github.com/IBM/kui" target="#" title="Kui Github" className="kui--status-stripe-element">
<a
href="https://github.com/IBM/kui"
target="#"
title="Kui Github"
className="kui--status-stripe-element-clickable kui--status-stripe-element"
>
<Icons icon="Github" />
</a>
)
Expand Down

0 comments on commit b1be570

Please sign in to comment.