Skip to content

Commit 4bc3d2e

Browse files
committed
Generators/HTML: minor CSS fix
1 parent c7bb306 commit 4bc3d2e

29 files changed

+58
-58
lines changed

src/Generators/HTML.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class HTML extends Generator
6161
text-decoration: none;
6262
font-weight: bold;
6363
}
64-
h2:hover > a.sniffanchor,
65-
h2:focus > a.sniffanchor {
64+
h2:hover a.sniffanchor,
65+
h2:focus a.sniffanchor {
6666
opacity: 1;
6767
}
6868

tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonBlankLines.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonBlockLength.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonEncoding.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonLineLength.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputCodeTitleWhitespace.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputDocumentationTitleCase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputDocumentationTitleLength.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

tests/Core/Generators/Expectations/ExpectedOutputDocumentationTitlePCREFallback.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
text-decoration: none;
3535
font-weight: bold;
3636
}
37-
h2:hover > a.sniffanchor,
38-
h2:focus > a.sniffanchor {
37+
h2:hover a.sniffanchor,
38+
h2:focus a.sniffanchor {
3939
opacity: 1;
4040
}
4141

0 commit comments

Comments
 (0)