fix the close icons in sqlops (#1032)

This commit is contained in:
Abbie Petchtes
2018-03-29 16:16:39 -07:00
committed by GitHub
parent 916598e029
commit 612987d1e5
4 changed files with 15 additions and 8 deletions

View File

@@ -46,6 +46,10 @@
background-repeat: no-repeat;
}
.account-view .provider-view .list-row .actions-container .action-item .action-label.icon.remove {
background-size: 14px !important;
}
.account-view .provider-view .list-row .actions-container {
display: none;
}