mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-29 11:51:59 -04:00
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 5fa4ea44d0.
This commit is contained in:
committed by
Warchamp7
parent
902b3e6976
commit
33cec16f56
@@ -530,6 +530,7 @@ QListWidget::item,
|
||||
QMenu::item {
|
||||
border-radius: var(--border_radius);
|
||||
color: var(--text);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
SourceTreeItem {
|
||||
|
||||
Reference in New Issue
Block a user