Skip to content

Commit 012eb14

Browse files
committed
Fixes launchpad link underline
1 parent 65b8d63 commit 012eb14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/webviews/apps/plus/home/components/launchpad.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
5959
color: inherit;
6060
text-decoration: none;
6161
}
62+
.launchpad-action:hover {
63+
text-decoration: none;
64+
}
6265
6366
.launchpad-action:hover span {
6467
text-decoration: underline;

0 commit comments

Comments
 (0)