git ssb

0+

Grey the earthling / gkn.me.uk



Commit 941ec5382505b9eb739fd78f7f61bd4779866134

Reinstate the child selector in details > section

There *are* nested section elements
in listings' details.
Greg K Nicholson committed on 2/14/2018, 4:10:13 PM
Parent: b2caa2645823b5f7c08c4ae7989d533b55e51def

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -264,22 +264,22 @@
264264 padding-right: 1rem;
265265 float: left;
266266 }
267267
268-details section {
268 +details > section {
269269 border-bottom: 1px solid;
270270 margin-top: 1rem;
271271 padding-bottom: calc(1rem - 1px);
272272 }
273273
274- details section > * {
274 + details > section > * {
275275 display: inline-block;
276276 margin-right: 1rem;
277277 opacity: 0;
278278 transition: opacity var(--slow);
279279 }
280280
281- details[open] section > * {
281 + details[open] > section > * {
282282 opacity: 1;
283283 }
284284
285285 header .image {

Built with git-ssb-web