mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-08 07:48:40 +01:00
fix: white background dragging connections or tabs on Linux, fixes #486
This commit is contained in:
parent
02f204a01d
commit
669d7e8d4d
@ -190,6 +190,7 @@ if (!connectionsArr.value.length)
|
||||
|
||||
li {
|
||||
margin: 0;
|
||||
background: $bg-color-light-dark;
|
||||
}
|
||||
|
||||
.settingbar-element {
|
||||
|
@ -209,6 +209,8 @@
|
||||
background: $bg-color-light-dark;
|
||||
|
||||
.tab-item {
|
||||
background: $bg-color-light-dark;
|
||||
|
||||
> a {
|
||||
color: $body-font-color-dark;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user