Revert "Merge pull request #2242 from jcollie/gtk-split-separator"

This reverts commit 30a2e50d9652759ed6456403c6f535e4bf91c362, reversing
changes made to d22e12f18fa10344d64f4489e2f7c9376dc90c99.
This commit is contained in:
Iain H
2024-12-23 15:31:31 -05:00
parent f92f5f7cfd
commit a1f875cff3
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +1,3 @@
.transparent {
background-color: transparent;
}
separator {
background-color: rgba(36, 36, 36, 1);
background-clip: content-box;
}

View File

@ -36,8 +36,3 @@ label.size-overlay.hidden {
.transparent {
background-color: transparent;
}
separator {
background-color: rgba(250, 250, 250, 1);
background-clip: content-box;
}