Skip to content

Commit

Permalink
(fix) Remove background color from overflow menu buttons (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 21, 2023
1 parent 4662383 commit 52fcfc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/framework/esm-styleguide/src/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
width: spacing.$spacing-09;
}

.cds--overflow-menu {
background-color: unset;
}

/* Search inputs */
.cds--search-input:focus {
outline: 2px solid colors.$orange-40;
Expand Down

0 comments on commit 52fcfc3

Please sign in to comment.