diff --git a/components/frontend/src/dashboard/MetricSummaryCard.js b/components/frontend/src/dashboard/MetricSummaryCard.js index 3c9c9724b7..e83679b1d6 100644 --- a/components/frontend/src/dashboard/MetricSummaryCard.js +++ b/components/frontend/src/dashboard/MetricSummaryCard.js @@ -81,8 +81,8 @@ export function MetricSummaryCard({ header, onClick, selected, summary, maxY }) } return ( -
- +
+ {dates.length > 1 ? ( ) : ( diff --git a/components/frontend/src/header_footer/UIModeMenu.js b/components/frontend/src/header_footer/UIModeMenu.js index 432db51a4b..5bd10f8284 100644 --- a/components/frontend/src/header_footer/UIModeMenu.js +++ b/components/frontend/src/header_footer/UIModeMenu.js @@ -17,7 +17,7 @@ export function UIModeMenu({ setUIMode, uiMode }) { diff --git a/components/frontend/src/widgets/buttons/DeleteButton.js b/components/frontend/src/widgets/buttons/DeleteButton.js index fc53dd882c..02190a44a5 100644 --- a/components/frontend/src/widgets/buttons/DeleteButton.js +++ b/components/frontend/src/widgets/buttons/DeleteButton.js @@ -7,7 +7,7 @@ export function DeleteButton(props) { return ( } popup={`Delete this ${props.itemType}. Careful, this can only be undone by a system administrator!`} {...props} diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f3ac21cc5c..77039ebf27 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -16,6 +16,7 @@ If your currently installed *Quality-time* version is not the latest version, pl ### Fixed +- Fix accessibility issues in dark mode. Fixes [#7251](https://github.com/ICTU/quality-time/issues/7251). - When measuring security warnings with Trivy JSON as source, be prepared for optional fields not being present. Fixes [#10672](https://github.com/ICTU/quality-time/issues/10672). - Docker compose has been integrated into Docker as a subcommand for a while, but the developer documentation did not reflect that. Change `docker-compose` to `docker compose` in the documentation. Fixes [#10684](https://github.com/ICTU/quality-time/issues/10684).