diff --git a/packages/theme/styles/components.scss b/packages/theme/styles/components.scss index 8434988ab7..d11d6363f9 100644 --- a/packages/theme/styles/components.scss +++ b/packages/theme/styles/components.scss @@ -425,8 +425,9 @@ } } -// THead background-color in Tooltip -.popup-tooltip .antiTable .scroller-thead { background-color: var(--accent-bg-color); } +// THead background-color in Tooltip and Popups +.popup-tooltip .antiTable .scroller-thead, +.popup .antiTable .scroller-thead { background-color: var(--accent-bg-color); } // Hide row menu in Tooltip .popup-tooltip .antiTable .antiTable-body__row:hover .antiTable-cells__firstCell .antiTable-cells__firstCell-menuRow { visibility: hidden; } diff --git a/plugins/activity-assets/src/tsdoc-metadata.json b/plugins/activity-assets/src/tsdoc-metadata.json index 83b5aaf730..1de76b30c9 100644 --- a/plugins/activity-assets/src/tsdoc-metadata.json +++ b/plugins/activity-assets/src/tsdoc-metadata.json @@ -1,11 +1,11 @@ -// This file is read by tools that parse documentation comments conforming to the TSDoc standard. -// It should be published with your NPM package. It should not be tracked by Git. -{ - "tsdocVersion": "0.12", - "toolPackages": [ - { - "packageName": "@microsoft/api-extractor", - "packageVersion": "7.23.0" - } - ] -} +// This file is read by tools that parse documentation comments conforming to the TSDoc standard. +// It should be published with your NPM package. It should not be tracked by Git. +{ + "tsdocVersion": "0.12", + "toolPackages": [ + { + "packageName": "@microsoft/api-extractor", + "packageVersion": "7.23.0" + } + ] +} diff --git a/plugins/attachment-resources/src/components/AttachmentPresenter.svelte b/plugins/attachment-resources/src/components/AttachmentPresenter.svelte index fc81719d6a..2260fc50b7 100644 --- a/plugins/attachment-resources/src/components/AttachmentPresenter.svelte +++ b/plugins/attachment-resources/src/components/AttachmentPresenter.svelte @@ -53,7 +53,8 @@ {#if removable}