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

fix(UI): white background dragging connections inside folder on Linux

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

View File

@ -191,6 +191,17 @@ if (!connectionsArr.value.length)
li {
margin: 0;
background: $bg-color-light-dark;
&.ghost {
border-radius: $border-radius;
.settingbar-element {
&.selected::before {
height: 0;
width: 0;
}
}
}
}
.settingbar-element {