@industry-theme/file-city-panel 0.3.30 → 0.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/panels.bundle.js
CHANGED
|
@@ -50964,6 +50964,7 @@ const LegendTabs = ({
|
|
|
50964
50964
|
padding: "10px 12px",
|
|
50965
50965
|
backgroundColor: theme2.colors.background,
|
|
50966
50966
|
border: `1px solid ${theme2.colors.border}`,
|
|
50967
|
+
borderTop: "none",
|
|
50967
50968
|
borderBottom: isActive ? `1px solid ${theme2.colors.background}` : `1px solid ${theme2.colors.border}`,
|
|
50968
50969
|
borderLeft: index2 === 0 ? `1px solid ${theme2.colors.border}` : "none",
|
|
50969
50970
|
marginBottom: "-1px",
|
|
@@ -51020,7 +51021,6 @@ const LegendTabs = ({
|
|
|
51020
51021
|
flex: 1,
|
|
51021
51022
|
minHeight: 0,
|
|
51022
51023
|
overflow: "auto",
|
|
51023
|
-
borderTop: `1px solid ${theme2.colors.border}`,
|
|
51024
51024
|
paddingTop: "8px",
|
|
51025
51025
|
paddingBottom: "16px"
|
|
51026
51026
|
},
|