MDL-82146 report_log: Add subsections to activity filter

This commit is contained in:
Amaia Anabitarte 2024-07-05 10:14:51 +02:00
parent ec050bbee7
commit 8596d3cd7c
6 changed files with 92 additions and 14 deletions

View file

@ -34,3 +34,13 @@
padding-left: $spacer * 3.5;
}
}
#page-report-log-index #menumodid option:disabled {
// Browsers do not consider the color of a disabled option
// if it is the same as the non-disabled options.
// Since we are using disabled elements to create a sense of hierarchy,
// we intentionally use a slightly different color for them.
// We do this because HTML still does not allow nested optgroups in select elements.
color: lighten($custom-select-color, 1%);
font-weight: bolder;
}

View file

@ -35080,6 +35080,11 @@ img.userpicture {
padding-left: 3.5rem;
}
#page-report-log-index #menumodid option:disabled {
color: #4b535a;
font-weight: bolder;
}
.path-backup .mform {
/* These are long labels with checkboxes on the right. */
}

View file

@ -35080,6 +35080,11 @@ img.userpicture {
padding-left: 3.5rem;
}
#page-report-log-index #menumodid option:disabled {
color: #4b535a;
font-weight: bolder;
}
.path-backup .mform {
/* These are long labels with checkboxes on the right. */
}