summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/parent-selector.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/parent-selector.css')
-rw-r--r--theme-compiler/tests/resources/css/parent-selector.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/parent-selector.css b/theme-compiler/tests/resources/css/parent-selector.css
index 0330782fbf..e7e37e92ab 100644
--- a/theme-compiler/tests/resources/css/parent-selector.css
+++ b/theme-compiler/tests/resources/css/parent-selector.css
@@ -3,6 +3,10 @@ a {
text-decoration: none;
}
+a .sub {
+ color: blue;
+}
+
a:hover {
text-decoration: underline;
}