Skip to content

Commit

Permalink
fix: productName in carbon theme shouldn't have hover effect
Browse files Browse the repository at this point in the history
Fixes #4592
  • Loading branch information
myan9 authored and starpit committed May 15, 2020
1 parent 09043c1 commit 3159cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
}

.bx--header__name {
color: var(--color-text-02);
font-size: 0.875em;
line-height: 1.125em;
padding: 0 2em 0 1em;

&,
&:hover {
color: var(--color-text-02);
}
}

.bx--header__nav {
Expand Down
3 changes: 0 additions & 3 deletions plugins/plugin-client-common/web/css/static/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ body[kui-theme-style] a {
text-overflow: ellipsis;
white-space: nowrap;
}
body[kui-theme-style] a:hover:not(.plain-anchor) {
cursor: pointer;
}

/* HEADER */
body.still-loading .left-tab-stripe {
Expand Down

0 comments on commit 3159cd9

Please sign in to comment.