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

This commit is contained in:
Fabio Di Stasio 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 {

View File

@ -209,6 +209,8 @@
background: $bg-color-light-dark;
.tab-item {
background: $bg-color-light-dark;
> a {
color: $body-font-color-dark;
}