Skip to content

Commit 9640de4

Browse files
committed
Refine link hover styling in the HomeView
1 parent 85d94b9 commit 9640de4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC)",
44
"description": "Initialize your favorite chatbot, then apply the response with a single click",
5-
"version": "1.130.0",
5+
"version": "1.130.1",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

packages/vscode/src/view/frontend/home/HomeView/HomeView.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
white-space: nowrap;
7575
overflow: hidden;
7676
text-overflow: ellipsis;
77-
&:hover span:last-child {
77+
span:last-child:hover {
7878
text-decoration: underline;
7979
}
8080
}

0 commit comments

Comments
 (0)