From 33cec16f56b2d5b82a6116c0f3dbfdc488d8a6f8 Mon Sep 17 00:00:00 2001 From: Sebastian Beckmann Date: Wed, 9 Apr 2025 09:11:18 +0200 Subject: [PATCH] frontend/themes: Re-add transparent border It appears that in conjunction with other changes that happened around the time the removal of the transparent border got merged, it became necessary again due to those other changes. Without it, only the selected and focussed changes have a border, making the content jump around when selected and focussed. Reverts part of 5fa4ea44d0b364bf9be18816c2d9b35b96bab939. --- frontend/data/themes/Yami.obt | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/data/themes/Yami.obt b/frontend/data/themes/Yami.obt index c5a790830..1f79f015e 100644 --- a/frontend/data/themes/Yami.obt +++ b/frontend/data/themes/Yami.obt @@ -530,6 +530,7 @@ QListWidget::item, QMenu::item { border-radius: var(--border_radius); color: var(--text); + border: 1px solid transparent; } SourceTreeItem {