refactor: move MnemonicVerificationDialog css, drop excessive styling#7040
refactor: move MnemonicVerificationDialog css, drop excessive styling#7040PastaPastaPasta merged 1 commit intodashpay:developfrom
Conversation
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
WalkthroughThe pull request updates MnemonicVerificationDialog CSS across three files. In src/qt/res/css/dark.css and src/qt/res/css/light.css a compact MnemonicVerificationDialog block was added (setting QScrollArea#mnemonicScroll border-color and QWidget#mnemonicGridWidget background-color) and a prior, more verbose theme-specific MnemonicVerificationDialog block was removed. In src/qt/res/css/general.css the MnemonicVerificationDialog rules were relocated from a "Layout" subsection into a top-level MnemonicVerificationDialog block without changing selectors or properties. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 25e17105c4e6823787329f799fece6de6ec0b3fe and 85ae34a. 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This pull request has conflicts, please rebase. |
33a36b3 to
25e1710
Compare
|
This pull request has conflicts, please rebase. |
25e1710 to
85ae34a
Compare
|
Not sure if it's related to this PR, but I sometimes (not always) get segfaults when switching between themes. Happened at least once going Dark->Light and also Light->Dark (shown below). |
|
ping @knst |
I reproduced issue and it's not related to this PR. I am working on fix. |
Issue being fixed or feature implemented
Move it to the right place, also clean it a bit while at it.
What was done?
How Has This Been Tested?
Run, check the dialog with dark/light theme while switching os themes too. Should be no visible changes.
Breaking Changes
n/a
Checklist: