Skip to content

Commit 5e6241c

Browse files
author
jleveugle
committed
fix: improve navbar style
1 parent d4fefcc commit 5e6241c

File tree

1 file changed

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

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,27 @@
1313
color: rgb(40, 89, 192);
1414
}
1515

16+
.oui-navbar-menu__item a {
17+
color: rgb(17, 63, 109);
18+
19+
&:hover,
20+
&:focus {
21+
text-decoration: none;
22+
}
23+
24+
.oui-navbar-notification__time {
25+
font-weight: 300;
26+
}
27+
28+
.oui-navbar-notification__description {
29+
font-weight: normal;
30+
}
31+
}
32+
1633
.oui-navbar-link {
1734
color: rgb(17, 63, 109);
1835

36+
&[aria-expanded="true"],
1937
&:hover,
2038
&:focus {
2139
background-color: transparent;
@@ -27,6 +45,15 @@
2745
}
2846
}
2947

48+
.navbar-oui-icon {
49+
color: rgb(89, 105, 125);
50+
}
51+
52+
.oui-icon.oui-icon-chevron-down,
53+
.oui-icon.oui-icon-chevron-up {
54+
display: none;
55+
}
56+
3057
// Languages menu
3158
&-menu {
3259
&_language &__item_active {

0 commit comments

Comments
 (0)