Skip to content

Commit

Permalink
fix(overflow): removed default background color for button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcJV committed Dec 3, 2020
1 parent 5b3bea2 commit d2ca1c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/OverflowMenu/_overflow-menu.scss
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
@import '~carbon-components/scss/components/overflow-menu/overflow-menu';

button.#{$prefix}--overflow-menu {
background: none;
}

0 comments on commit d2ca1c0

Please sign in to comment.