fix(edge): change the edge menu to work in dark mode EE-2462 (#6488)

Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
pull/6508/head
andres-portainer 2022-01-31 19:21:47 -03:00 committed by GitHub
parent 0973808234
commit cb804e8813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
.table-actions-menu-list {
padding: 0 10px 0 10px;
background: var(--bg-widget-color);
border: 1px solid var(--border-color);
}
.table-actions-menu-list [data-reach-menu-item] {