1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: white background dragging connections or tabs on Linux, fixes #486

This commit is contained in:
2022-12-01 15:38:19 +01:00
parent 02f204a01d
commit 669d7e8d4d
2 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,7 @@ if (!connectionsArr.value.length)
li {
margin: 0;
background: $bg-color-light-dark;
}
.settingbar-element {