1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Fix hovercard background color when using Dark Mode

Summary:
This CSS fix replaces the disabled hovercard hard coded white background color value by the page.content CSS variable.

Fix : T15056

Test Plan:
- Flush all Phorge caches
- Sign in
- Open any page including a reference to a closed manifest (https://we.phorge.it/D25395)
- Mouve the mouse over the closed manifest reference
- Check that hovercard background color is consistent with the theme.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25402
This commit is contained in:
bob 2023-08-17 13:16:50 +02:00
parent 747d7db241
commit 7cffe557ac

View file

@ -113,7 +113,7 @@
}
.hovercard-task-view .phui-oi-disabled.phui-workcard {
background-color: #fff;
background-color: {$page.content};
}
.phui-hovercard-object-type {