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 { li {
margin: 0; margin: 0;
background: $bg-color-light-dark;
} }
.settingbar-element { .settingbar-element {

View File

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