mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-12 17:51:02 +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 {
|
li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
background: $bg-color-light-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settingbar-element {
|
.settingbar-element {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user