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 ca44e5b commit c4ee4ceCopy full SHA for c4ee4ce
options.html
@@ -10,10 +10,6 @@
10
a {
11
font-weight: 600;
12
}
13
- a:hover {
14
- text-decoration: underline;
15
- }
16
-
17
18
</style>
19
</head>
popup.html
@@ -3,7 +3,6 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>JavaScript Errors Notifier</title>
6
- <link rel="stylesheet" type="text/css" href="styles.css">
7
<script type="text/javascript" src="common.js"></script>
8
<script type="text/javascript" src="popup.js"></script>
9
<link rel="stylesheet" type="text/css" href="styles.css" />
styles.css
@@ -16,6 +16,10 @@ a {
text-decoration: none;
+a:hover {
20
+ text-decoration: underline;
21
+}
22
+
23
input[type=checkbox]:hover {
24
cursor: pointer;
25
0 commit comments