add a comment that explains why some of the new less file selectors were left empty and uncommented them

This commit is contained in:
John Mitchell 2015-04-24 15:31:29 -04:00
parent 550104e472
commit 6103f281fd

View File

@ -1,7 +1,11 @@
/** @define StandardOutDetails */
// .StandardOutDetails {
// }
// Some of these are left empty as a helpful measure so that you can see how the new
// SuitCSS styling should work. They can be removed once we've done more
// SuitCSS
about
.StandardOutDetails {
}
.StandardOutDetails-detailRow {
margin-bottom: 15px;
@ -11,14 +15,14 @@
display: none;
}
// .StandardOutDetails-detailLabel {
// }
.StandardOutDetails-detailLabel {
}
// .StandardOutDetails-detailContent {
// }
.StandardOutDetails-detailContent {
}
// .StandardOutDetails-closedToggle {
// }
.StandardOutDetails-closedToggle {
}
// .StandardOutDetails-closedToggleLink {
// }
.StandardOutDetails-closedToggleLink {
}