Skip to content

Commit

Permalink
fix: v11 overflow styles (#10942)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Davila <aledavila@ibm.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 11, 2022
1 parent 8141303 commit deb2f18
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open,
.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open
.#{$prefix}--overflow-menu__trigger {
background-color: $field-02;
background-color: $layer;
}

.#{$prefix}--overflow-menu__icon {
Expand Down Expand Up @@ -121,15 +121,15 @@
}

.#{$prefix}--overflow-menu-options--light {
background-color: $field-02;
background-color: $layer;

&::after {
background-color: $field-02;
background-color: $layer;
}
}

.#{$prefix}--overflow-menu.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open:hover {
background-color: $field-02;
background-color: $layer;
}

.#{$prefix}--overflow-menu-options[data-floating-menu-direction='bottom']:not(.#{$prefix}--breadcrumb-menu-options)::after {
Expand Down Expand Up @@ -231,7 +231,7 @@
}

.#{$prefix}--overflow-menu--light .#{$prefix}--overflow-menu--divider {
border-top: 1px solid $border-subtle-02;
border-top: 1px solid $border-subtle;
}

a.#{$prefix}--overflow-menu-options__btn::before {
Expand Down

0 comments on commit deb2f18

Please sign in to comment.