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.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/theme-compiler/tests/resources/css/parent-selector.css b/theme-compiler/tests/resources/css/parent-selector.css
deleted file mode 100644
index 2a73313f0c..0000000000
--- a/theme-compiler/tests/resources/css/parent-selector.css
+++ /dev/null
@@ -1,48 +0,0 @@
-a {
- font-weight: bold;
- text-decoration: none;
-}
-
-a .sub {
- color: blue;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-body.firefox a {
- font-weight: normal;
-}
-
-#main {
- color: black;
-}
-
-#main a {
- font-weight: bold;
-}
-
-#main a:hover {
- color: red;
-}
-
-.mixin-parent:hover {
- color: blue;
-}
-
-.part.one, .part.two, .part .non-parent {
- color: blue;
-}
-
-.root .part.one, .root .part .non-parent, .root .part2.one, .root .part2 .non-parent {
- color: blue;
-}
-
-.root2 .part .one, .root2 .part .non-parent, .root2 .part2 .one, .root2 .part2 .non-parent {
- color: blue;
-}
-
-.drop-parent-reference {
- color: green;
-} \ No newline at end of file