nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

Add support for notebook tab styling #452

Closed frmdstryr closed 2 years ago

frmdstryr commented 2 years ago

I couldn't figure out how to style notebook tabs?

If there's already a way to do it please close this.

MatthieuDartiailh commented 2 years ago

I will need to test locally (hopefully before the end of the week) but the changes look good to me and I don't think there is a different way to do this.

codecov-commenter commented 2 years ago

Codecov Report

Merging #452 (5bc9224) into main (81d523a) will decrease coverage by 0.00%. The diff coverage is 60.86%.

@@            Coverage Diff             @@
##             main     #452      +/-   ##
==========================================
- Coverage   73.42%   73.41%   -0.01%     
==========================================
  Files         320      320              
  Lines       24107    24130      +23     
  Branches       55       55              
==========================================
+ Hits        17701    17716      +15     
- Misses       6406     6414       +8     
MatthieuDartiailh commented 2 years ago

I took the liberty to add the ability to switch between the default style and the custom one to make the example more illustrative. Otherwise this is great. Can you just add a changelog entry and I will merge ?