Skip to content

Commit 87f958d

Browse files
Remove box shadow override so that HideSplitViewButton focus ring is visible
1 parent b858506 commit 87f958d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/common/SplitView/HideSplitViewButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const HideSplitViewButton = React.forwardRef(
8484
_active: { background: "gray.200" },
8585
color: "brand.500",
8686
zIndex: "splitViewHideButton",
87-
boxShadow: direction === "expandLeft" ? "md" : "none",
8887
...cssProp,
8988
}}
9089
{...props}

src/editor/EditorArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const EditorArea = React.forwardRef(
7979
splitViewShown={simulatorShown}
8080
direction="expandLeft"
8181
text={intl.formatMessage({ id: "simulator-title" })}
82-
css={{ ml: "5", boxShadow: "none" }}
82+
css={{ ml: "5" }}
8383
ref={simulatorButtonRef}
8484
/>
8585
)}

0 commit comments

Comments
 (0)