mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

tab bug #77

Closed su-404 closed 12 months ago

su-404 commented 12 months ago

I brought CSS into my project, and the following happened when the tab was selected. image

su-404 commented 12 months ago

It can be solved using the following css: .tab-pane.classic:focused .tab:selected .focus-indicator { -fx-border-width: 0 ; -fx-border-color: transparent; -fx-border-insets: 0; -fx-border-radius: 0; }