Skip to content

Commit

Permalink
💄 数据库新增列按钮背景色设置为透明
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Jul 4, 2024
1 parent 48187ba commit a6d8d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/database.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ span[data-type='av-add-more']:hover {
align-items: center;
overflow: inherit;
border-right-color: var(--b3-theme-surface-lighter);
}

/* 数据库新增列按钮背景色设置为透明 */
.protyle-wysiwyg [data-type='NodeAttributeView'] .block__icons {
background-color: transparent !important;
}

0 comments on commit a6d8d2c

Please sign in to comment.