Skip to content

Commit 1b71d6c

Browse files
authored
fix: Show pointer cursor on collapsed split panel (#3754)
1 parent eeb11db commit 1b71d6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/split-panel/styles.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
2121
background-color: awsui.$color-background-layout-panel-content;
2222
// should be above tools and navigation panels to avoid their shadows
2323
z-index: 840;
24-
&-closed:not(.refresh) {
24+
&-closed {
2525
cursor: pointer;
26-
min-inline-size: constants.$sidebar-size-closed;
26+
&:not(.refresh) {
27+
min-inline-size: constants.$sidebar-size-closed;
28+
}
2729
}
2830
}
2931

0 commit comments

Comments
 (0)