@veupathdb/clinepi-site 1.5.3-patch-1 → 1.5.3-patch-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundles/legacy/site-client.bundle.css +5 -5
- package/dist/bundles/legacy/site-client.bundle.css.map +1 -1
- package/dist/bundles/modern/site-client.bundle.css +5 -5
- package/dist/bundles/modern/site-client.bundle.css.map +1 -1
- package/dist/css/ClinEpiSite.scss +3 -3
- package/package.json +1 -1
|
@@ -633,8 +633,8 @@ button.ebrc-QuestionWizardParamGroupButton__active:hover {
|
|
|
633
633
|
/* Hide action links on Dataset page for now */
|
|
634
634
|
.wdk-RecordContainer__DatasetRecordClasses\.DatasetRecordClass
|
|
635
635
|
.wdk-RecordActions {
|
|
636
|
-
|
|
637
|
-
|
|
636
|
+
display: none;
|
|
637
|
+
}
|
|
638
638
|
|
|
639
639
|
/* Hide Favorites action link on record pages */
|
|
640
640
|
.wdk-RecordActionItem .favorites {
|
|
@@ -715,7 +715,7 @@ button.study-action[data-study-id][data-args] * {
|
|
|
715
715
|
padding: 0 3em;
|
|
716
716
|
|
|
717
717
|
p,
|
|
718
|
-
ul,
|
|
718
|
+
> ul,
|
|
719
719
|
table {
|
|
720
720
|
font-size: 130%;
|
|
721
721
|
margin-bottom: 1em;
|