[yew-devel] [PATCH yew-comp] token panel: remove top border on toolbar

Shannon Sterz s.sterz at proxmox.com
Wed Nov 26 18:45:41 CET 2025


to bring the panel in-line with other similar panels here like
UserPanel etc.

Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 src/token_panel.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/token_panel.rs b/src/token_panel.rs
index bbd2e79..e22ed39 100644
--- a/src/token_panel.rs
+++ b/src/token_panel.rs
@@ -178,7 +178,6 @@ impl LoadableComponent for ProxmoxTokenView {
             .class("pwt-w-100")
             .class("pwt-overflow-hidden")
             .class("pwt-border-bottom")
-            .border_top(true)
             .with_child(
                 Button::new(tr!("Add"))
                     .on_activate(link.change_view_callback(|_| Some(ViewState::AddToken))),
--
2.47.3





More information about the yew-devel mailing list