diff --git a/src/app/workspace/screen/tab.tsx b/src/app/workspace/screen/tab.tsx index 0dacc3af..ada8d266 100644 --- a/src/app/workspace/screen/tab.tsx +++ b/src/app/workspace/screen/tab.tsx @@ -72,9 +72,6 @@ class ScreenTab extends React.Component< ref={this.tabRef} value={screen} id={"screentab-" + screen.screenId} - whileDrag={{ - backgroundColor: "rgba(13, 13, 13, 0.85)", - }} data-screenid={screen.screenId} className={cn( "screen-tab", diff --git a/src/app/workspace/screen/tabs.less b/src/app/workspace/screen/tabs.less index f113100c..4785ee9f 100644 --- a/src/app/workspace/screen/tabs.less +++ b/src/app/workspace/screen/tabs.less @@ -99,6 +99,7 @@ flex-direction: row; position: relative; border-top: 2px solid transparent; + background: var(--app-bg-color); .background { // This applies a transparency mask to the background color, as set above, so that it will blend with whatever the theme's background color is.