Re: RFR: 8339541: CSS rule is not specific enough

2024-09-23 Thread Jonathan Gibbons
On Tue, 10 Sep 2024 11:24:26 GMT, Hannes Wallnöfer wrote: > Please review a CSS fix for javadoc-generated API documentation to avoid a > CSS being applied to elements it is not meant for. The rule in question was > in JDK-8308659 when we added scrollable container `div` elements. Since > eleme

Re: RFR: 8339541: CSS rule is not specific enough

2024-09-13 Thread Hannes Wallnöfer
On Tue, 10 Sep 2024 11:24:26 GMT, Hannes Wallnöfer wrote: > Please review a CSS fix for javadoc-generated API documentation to avoid a > CSS being applied to elements it is not meant for. The rule in question was > in JDK-8308659 when we added scrollable container `div` elements. Since > eleme

RFR: 8339541: CSS rule is not specific enough

2024-09-10 Thread Hannes Wallnöfer
Please review a CSS fix for javadoc-generated API documentation to avoid a CSS being applied to elements it is not meant for. The rule in question was in JDK-8308659 when we added scrollable container `div` elements. Since elements with non-visible `overflow` prevent [margin collapse](https://w