We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb11db commit 1b71d6cCopy full SHA for 1b71d6c
src/split-panel/styles.scss
@@ -21,9 +21,11 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
21
background-color: awsui.$color-background-layout-panel-content;
22
// should be above tools and navigation panels to avoid their shadows
23
z-index: 840;
24
- &-closed:not(.refresh) {
+ &-closed {
25
cursor: pointer;
26
- min-inline-size: constants.$sidebar-size-closed;
+ &:not(.refresh) {
27
+ min-inline-size: constants.$sidebar-size-closed;
28
+ }
29
}
30
31
0 commit comments