Skip to content

Commit

Permalink
add link hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Aug 24, 2015
1 parent 26ed7db commit 9775c11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.8.0.0",
"version": "3.8.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/github-linker/chrome-extension",
Expand Down
4 changes: 4 additions & 0 deletions app/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.github-linker {
cursor: pointer;
}

.github-linker:hover {
text-decoration: underline;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-linker-chrome-extension",
"version": "3.8.0",
"version": "3.8.1",
"dependencies": {
"browser-request": "^0.3.3",
"github-linker-core": "^1.9.0",
Expand Down

0 comments on commit 9775c11

Please sign in to comment.