diff options
author | Sebastian Nyholm <sebastian@vaadin.com> | 2012-10-22 11:11:04 +0300 |
---|---|---|
committer | Sebastian Nyholm <sebastian@vaadin.com> | 2012-11-08 17:16:10 +0200 |
commit | a0da163fd5c23f1d961fc5c686efd6ffc50ecd61 (patch) | |
tree | 093e40a12de854d48920335b67b08144b98556bf /theme-compiler/tests/resources/css/parent-selector.css | |
parent | e8ae9f7d6427f7f6daae300dee7931a6e8394bdb (diff) | |
download | vaadin-framework-a0da163fd5c23f1d961fc5c686efd6ffc50ecd61.tar.gz vaadin-framework-a0da163fd5c23f1d961fc5c686efd6ffc50ecd61.zip |
Fixes #9546, #9974, #10100, #10105
Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
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 32f8484457..0330782fbf 100644 --- a/theme-compiler/tests/resources/css/parent-selector.css +++ b/theme-compiler/tests/resources/css/parent-selector.css @@ -25,4 +25,8 @@ body.firefox a { .mixin-parent:hover { color: blue; +} + +.part.one, .part.two { + color: blue; }
\ No newline at end of file |