Skip to content

Commit

Permalink
fix: moving flyout menu var to be scoped to flyout-menu (#3877)
Browse files Browse the repository at this point in the history
* fix: moving flyout menu var to be scoped to flyout-menu

* test: update the cypress visual snapshots

---------

Co-authored-by: Hector Davis <[email protected]>
Co-authored-by: Amritha raj herle <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent dd514ed commit 2e54d53
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/react/src/components/FlyoutMenu/_flyout-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
@import '~carbon-components/scss/globals/scss/layout';
@import '~carbon-components/scss/globals/scss/helper-mixins';

$shadow-plus-padding: 1.4rem;
$shadow: 0.4rem;

.#{$iot-prefix}--flyout-menu {
$shadow-plus-padding: 1.4rem;
$shadow: 0.4rem;
display: flex;

&.#{$iot-prefix}--flyout-menu__top {
Expand Down

0 comments on commit 2e54d53

Please sign in to comment.