fix(edge/devices): make actions button larger [EE-2471] (#6542)

* fix(edge/devices): make actions button larger [EE-2471]

fixes [EE-2471]

* fix(edge/devices): fix table-actions-title padding

Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
pull/6564/head
Chaim Lev-Ari 2022-02-15 21:38:24 +02:00 committed by GitHub
parent 93ddcfecd9
commit 73311b6f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -8,18 +8,18 @@
}
.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] {
padding: 5px 5px !important;
padding: 5px 15px;
}
.table-actions-menu-btn {
border: none;
background: none;
padding: 0 10px;
}
[data-reach-menu-link] {

View File

@ -1,3 +1,4 @@
.table-actions-title {
color: var(--blue-2);
padding: 5px 10px;
}