test/fixtures/style.css in aanand-deadweight-0.0.2 vs test/fixtures/style.css in aanand-deadweight-0.0.3
- old
+ new
@@ -8,5 +8,17 @@
#foo .bar .baz {
color: red;
}
+/* pseudo classes */
+#foo:hover {
+ color: red;
+}
+
+#oof:hover {
+ color: white;
+}
+
+#rab:hover::selection {
+ color: black;
+}
\ No newline at end of file