-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dashboard-css): make to stay custom css when reload #19084
Conversation
Unit tests seem to be failing on some styling expectation. Can you check to see if those are working locally? |
1a2925a
to
f72acbe
Compare
@rusackas |
Codecov Report
@@ Coverage Diff @@
## master #19084 +/- ##
=======================================
Coverage 66.51% 66.51%
=======================================
Files 1645 1645
Lines 63494 63514 +20
Branches 6459 6464 +5
=======================================
+ Hits 42230 42249 +19
- Misses 19592 19593 +1
Partials 1672 1672
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Ideally all |
@rusackas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the followup. LGTM!
🏷️ preset:2022.11 |
* fix(dashboard-css): make to stay custome css when reload * fix(dashboard-css): make to add injectCustomCSS into HeaderActionsDropdown.test.tsx (cherry picked from commit 30c97ad)
* fix(dashboard-css): make to stay custome css when reload * fix(dashboard-css): make to add injectCustomCSS into HeaderActionsDropdown.test.tsx (cherry picked from commit 30c97ad)
SUMMARY
Dashboard CSS disappears
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
The dashboard custom css is disappeared when reloaded.
AFTER:
The dashboard custom css stay when reloaded.
TESTING INSTRUCTIONS
How to reproduce the bug
body { background-color: black; }
3.The background appears normally but when you reload the page it is not there and the CSS is gone
ADDITIONAL INFORMATION