Fixed visuals of nested quotes
authorAlexander Ebert <ebert@woltlab.com>
Fri, 19 Aug 2016 13:07:46 +0000 (15:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 19 Aug 2016 13:56:29 +0000 (15:56 +0200)
wcfsetup/install/files/style/bbcode/quote.scss

index 0eb8f9b30b3a0d88ec7f8fbb8aa6338ddb99c1a5..e3efa6aaa117902be8dbec984fc9e2db594a2b42 100644 (file)
                margin-top: 0;
        }
        
+       // hide nested icons
        .quoteBox {
-               > .quoteBoxHeader > .quoteBoxIcon {
+               clear: both;
+               
+               .quoteBoxIcon {
                        display: none;
                }
        }