remove 1px border on bottom of navigation bar (#1862)

This commit is contained in:
woodser 2025-07-14 11:54:13 -04:00 committed by GitHub
parent 3f5dc9c077
commit b0ecc628e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -771,7 +771,7 @@ tree-table-view:focused {
/* Main navigation */
.top-navigation {
-fx-background-color: -bs-rd-nav-background;
-fx-border-width: 0 0 1 0;
-fx-border-width: 0 0 0 0;
-fx-border-color: -bs-rd-nav-primary-border;
-fx-background-radius: 999;
-fx-border-radius: 999;