git ssb

0+

Grey the earthling / gkn.me.uk



Commit 7582b8416f6ac380e0add4a8a3be5460f85e3b5d

Remove the unnecessary child selector from details > section

There are no nested sections in a details element.
Greg K Nicholson committed on 2/14/2018, 1:17:41 PM
Parent: 7d8fd049789a55f18b635411fc39a63fc09a4529

Files changed

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

Built with git-ssb-web