Skip to content

Commit

Permalink
fix(ui): fix first link always being underlined
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar authored and phantomjinx committed Sep 3, 2024
1 parent 85091dc commit 7832403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/online-shell/src/discover/Discover.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
justify-content: end;
}

.pf-v5-c-menu__item a {
text-decoration: none;
color: unset;
}

.online-header-toolbar-dropdown {
border: none;
}
Expand Down

0 comments on commit 7832403

Please sign in to comment.