mirror of
https://github.com/munki/munki.git
synced 2026-05-18 20:28:30 -05:00
ffb2dc92dc
This line was white, and therefore virtually invisible in Light Mode (though it did take 1px of vertical space). When switching to Dark Mode, it added a 1px width to the lines seperating items. We could have switched the color when switching to Dark Mode, but it seemed easier to just remove the line. A side-effect is the height of each item is reduced 1px. Addresses #922