betaflight / betaflight-configurator

Cross platform configuration tool for the Betaflight firmware
GNU General Public License v3.0
2.39k stars 859 forks source link

Fix background color activation in modes tab in dark mode #3961

Closed McGiverGim closed 2 weeks ago

McGiverGim commented 2 weeks ago

Fixes https://github.com/betaflight/betaflight-configurator/issues/3918

It's not the cleanest solution, I don't like !important, but it's fast and works.

netlify[bot] commented 2 weeks ago

Deploy Preview for origin-betaflight-app ready!

Name Link
Latest commit 05b0091b845dbf72136f912ee1da0f483ec2e1e4
Latest deploy log https://app.netlify.com/sites/origin-betaflight-app/deploys/6643a2f8771880000862bdb8
Deploy Preview https://deploy-preview-3961.dev.app.betaflight.com
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

haslinghuis commented 2 weeks ago

Netlify does not work - but works using yarn dev on chromium.

image

haslinghuis commented 2 weeks ago

Also tested on 3ac44a0 which also works

image

blckmn commented 2 weeks ago

Is this also something that should be applied to the 10.10-maintenance branch?

McGiverGim commented 2 weeks ago

I suppose than yes, if we release a bugfix vesion at some time this must be there.