Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 3159cd9

Browse files
myan9starpit
authored andcommitted
fix: productName in carbon theme shouldn't have hover effect
Fixes #4592
1 parent 09043c1 commit 3159cd9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

plugins/plugin-client-common/web/css/static/TopTabStripe.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@
3232
}
3333

3434
.bx--header__name {
35-
color: var(--color-text-02);
3635
font-size: 0.875em;
3736
line-height: 1.125em;
3837
padding: 0 2em 0 1em;
38+
39+
&,
40+
&:hover {
41+
color: var(--color-text-02);
42+
}
3943
}
4044

4145
.bx--header__nav {

plugins/plugin-client-common/web/css/static/ui.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ body[kui-theme-style] a {
4141
text-overflow: ellipsis;
4242
white-space: nowrap;
4343
}
44-
body[kui-theme-style] a:hover:not(.plain-anchor) {
45-
cursor: pointer;
46-
}
4744

4845
/* HEADER */
4946
body.still-loading .left-tab-stripe {

0 commit comments

Comments
 (0)