mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
fix(editor): font weight of label on open doc menu (#12672)
Closes: [BS-3496](https://linear.app/affine-design/issue/BS-3496/toolbar-菜单字重) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Updated dropdown menu appearance by removing bold styling from button labels. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -29,12 +29,6 @@ export class OpenDocDropdownMenu extends SignalWatcher(
|
|||||||
gap: unset !important;
|
gap: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
editor-icon-button {
|
|
||||||
.label {
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div[data-orientation] {
|
div[data-orientation] {
|
||||||
width: 264px;
|
width: 264px;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user