Skip to content

Commit

Permalink
Merge branch 'master' into inline-notification-border
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Oct 22, 2019
2 parents 521a696 + 1afc402 commit e6a76de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -7522,6 +7522,7 @@ $ui-02: if(
- [button-theme [mixin]](#button-theme-mixin)
- [loading [mixin]](#loading-mixin)
- [number-input [mixin]](#number-input-mixin)
- [overflow-menu [mixin]](#overflow-menu-mixin)
- [tile [mixin]](#tile-mixin)
- [toggle [mixin]](#toggle-mixin)
- [carbon-content [mixin]](#carbon-content-mixin)
Expand Down Expand Up @@ -19811,6 +19812,12 @@ Overflow menu styles
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open,
.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open
.#{$prefix}--overflow-menu__trigger {
background-color: $ui-02;
}

.#{$prefix}--overflow-menu__icon {
height: rem(16px);
width: rem(16px);
Expand Down Expand Up @@ -19840,6 +19847,13 @@ Overflow menu styles
}
}

.#{$prefix}--overflow-menu-options--light {
background-color: $ui-02;
&::after {
background-color: $ui-02;
}
}

.#{$prefix}--overflow-menu-options[data-floating-menu-direction='bottom']::after {
top: rem(-3px);
left: 0;
Expand Down Expand Up @@ -20017,6 +20031,7 @@ Overflow menu styles
- [prefix [variable]](#prefix-variable)
- [hover-selected-ui [variable]](#hover-selected-ui-variable)
- [ui-01 [variable]](#ui-01-variable)
- [ui-02 [variable]](#ui-02-variable)
- [icon-01 [variable]](#icon-01-variable)
- [ui-03 [variable]](#ui-03-variable)
- [carbon--spacing-05 [variable]](#carbon--spacing-05-variable)
Expand Down

0 comments on commit e6a76de

Please sign in to comment.