Skip to content

Commit c8de7ae

Browse files
author
jleveugle
committed
fix(navbar): remove hover on the logo
1 parent 30e3a8e commit c8de7ae

File tree

1 file changed

+5
-0
lines changed
  • packages/manager/apps/public-cloud/src/assets/theme

1 file changed

+5
-0
lines changed

packages/manager/apps/public-cloud/src/assets/theme/_navbar.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
.oui-navbar__brand {
1313
color: rgb(40, 89, 192);
14+
15+
&:hover,
16+
&:focus {
17+
text-decoration: none;
18+
}
1419
}
1520

1621
.oui-navbar-menu__item a {

0 commit comments

Comments
 (0)