Skip to content

Commit 59e3f92

Browse files
committed disabled properties.
1 parent b75f404 commit 59e3f92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Grid/App.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ hr.separator-line-mobile {
14181418
margin-right: 5px;
14191419
}
14201420

1421-
.e-grid .e-toolbar .e-tbar-btn-text,
1422-
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1423-
display: none;
1424-
}
1421+
#overviewgrid_edit .e-tbar-btn-text , #overviewgrid_delete .e-tbar-btn-text,
1422+
#overviewgrid_update .e-tbar-btn-text, #overviewgrid_cancel .e-tbar-btn-text {
1423+
display: none !important;
1424+
}

0 commit comments

Comments
 (0)