pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
210 stars 38 forks source link

Fix CSS for Collapsible #79

Closed MinmoTech closed 2 years ago

MinmoTech commented 2 years ago

The button used for the Collapsible previously showed a black on archlinux. This fixes it to display properly. Collapsilbe before fix: image

Collapsilbe after fix: image

Closes https://github.com/napari/superqt/issues/78

MinmoTech commented 2 years ago

Could someone please test this on windows (and macos) before merging? :)

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (9138a9d) into main (2052fb8) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   84.23%   84.23%           
=======================================
  Files          26       26           
  Lines        2258     2258           
=======================================
  Hits         1902     1902           
  Misses        356      356           
Impacted Files Coverage Δ
src/superqt/collapsible/_collapsible.py 93.58% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2052fb8...9138a9d. Read the comment docs.