Skip to content

Commit c4ee4ce

Browse files
committed
Underline links in popup
1 parent ca44e5b commit c4ee4ce

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

options.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
a {
1111
font-weight: 600;
1212
}
13-
a:hover {
14-
text-decoration: underline;
15-
}
16-
1713

1814
</style>
1915
</head>

popup.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JavaScript Errors Notifier</title>
6-
<link rel="stylesheet" type="text/css" href="styles.css">
76
<script type="text/javascript" src="common.js"></script>
87
<script type="text/javascript" src="popup.js"></script>
98
<link rel="stylesheet" type="text/css" href="styles.css" />

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ a {
1616
text-decoration: none;
1717
}
1818

19+
a:hover {
20+
text-decoration: underline;
21+
}
22+
1923
input[type=checkbox]:hover {
2024
cursor: pointer;
2125
}

0 commit comments

Comments
 (0)