モバイルで編集テーブルボタンを非表示にするために使用できるCSSスニペットを次に示します。
.mobile-view .fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons .btn-edit-table {
display: none;
opacity:0;
}
モバイルで編集テーブルボタンを非表示にするために使用できるCSSスニペットを次に示します。
.mobile-view .fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons .btn-edit-table {
display: none;
opacity:0;
}