1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7373: Improve handling of mismatched server, client, and browser color-mode preferences

This commit is contained in:
thatmattlove
2021-09-29 17:44:28 -07:00
parent 47c3a20fda
commit 14b065cf5f
2 changed files with 61 additions and 32 deletions

View File

@ -2,6 +2,10 @@
## v3.0.5 (FUTURE)
### Bug Fixes
* [#7373](https://github.com/netbox-community/netbox/issues/7373) - Fix flashing when server, client, and browser color-mode preferences are mismatched
---
## v3.0.4 (2021-09-29)