mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
add a comment that explains why some of the new less file selectors were left empty and uncommented them
This commit is contained in:
parent
550104e472
commit
6103f281fd
@ -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 {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user