diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/parent-selector.css')
-rw-r--r-- | theme-compiler/tests/resources/css/parent-selector.css | 4 |
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; } |