We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1961d commit 651a135Copy full SHA for 651a135
1 file changed
css3-values/issues-lc-2012.html
@@ -5,7 +5,11 @@
5
.d { background: lightblue }
6
.r { background:orange }
7
.fo { background:red }
8
-.open { box-shadow: 0.25em 0.25em 0.25em; border: solid red; padding: 0.2em; }
+.open { border: solid red; padding: 0.2em; }
9
+
10
+:target {
11
+ box-shadow: 0.25em 0.25em 0.25em;
12
+}
13
</style>
14
15
<h1>CSS Values and Units Level 3 Disposition of Comments</h1>
0 commit comments