We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a686 commit 1c6cbc6Copy full SHA for 1c6cbc6
src/components/NavDropdown.css
@@ -17,7 +17,7 @@
17
}
18
19
/* Links inside the dropdown */
20
-.dropdown-content a {
+.dropdown-content > a {
21
float: none;
22
color: black;
23
padding: 0.75em 1em;
@@ -30,7 +30,7 @@
30
31
32
/* Add a grey background color to dropdown links on hover */
33
-.dropdown-content a:hover {
+.dropdown-content > a:hover {
34
background-color: #e8e8e8;
35
36
0 commit comments