We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b8d63 commit 012eb14Copy full SHA for 012eb14
src/webviews/apps/plus/home/components/launchpad.ts
@@ -59,6 +59,9 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
59
color: inherit;
60
text-decoration: none;
61
}
62
+ .launchpad-action:hover {
63
+ text-decoration: none;
64
+ }
65
66
.launchpad-action:hover span {
67
text-decoration: underline;
0 commit comments