Skip to content

Commit

Permalink
Prevent collapsable button of a resizable from adding to the height w…
Browse files Browse the repository at this point in the history
…hen hidden (#1223) (#1228)

Signed-off-by: Miki <miki@amazon.com>
(cherry picked from commit 95def74)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 58fbd3a commit d65a708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

&:not(:focus):not(:active):not(.ouiResizableToggleButton-isVisible):not(.ouiResizableToggleButton-isCollapsed) {
@include ouiScreenReaderOnly;
margin: -2px; // To accomodate ouiButtonIcon's border
}
}

Expand Down

0 comments on commit d65a708

Please sign in to comment.