Improve commenting of styles

This commit is contained in:
benjamin melançon 2019-10-01 14:11:54 -04:00
parent cc9a4bb4cb
commit 69f70682ca

View file

@ -4,12 +4,13 @@
background-color: cadetblue;
}
/* Front page view titles and more links get un-SMACSS targeting, sorry. */
/** This isn't color but it's what the color gets painted on so we'll let it stay. */
.views-element-container.block--content > h2.subtitle {
padding: 0.2em 0.2em 0 0.2em;
}
/* Front page view titles (the h2) and more links (the button) get rather
un-SMACSS targeting, sorry. */
.page--content-item--article .background-replacement-for-no-image,
.block-views-blockhome-page-views-block-articles > h2.subtitle,
.block-views-blockhome-page-views-block-articles .button,