﻿/* hide-table-actions.css - 彻底隐藏表格内的编辑/删除按钮，无闪烁 */
table button[title="编辑"],
table button[title="删除"],
table button[aria-label="编辑"],
table button[aria-label="删除"] {
  display: none !important;
}
