mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor(editor): adjust database-block style (#11219)
close: BS-2904, BS-2905
This commit is contained in:
@@ -53,6 +53,7 @@ export class DataViewPropertiesSettingView extends SignalWatcher(
|
||||
font-weight: 500;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
color: ${unsafeCSS(cssVarV2.button.primary)};
|
||||
}
|
||||
|
||||
.properties-group-op:hover {
|
||||
|
||||
@@ -86,7 +86,7 @@ export class TableRow extends SignalWatcher(WithDisposable(ShadowlessElement)) {
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px 0px rgba(66, 65, 73, 0.14);
|
||||
box-shadow: var(--affine-button-shadow);
|
||||
background-color: var(--affine-background-primary-color);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user