mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
fix(editor): popover style on link popup (#11495)
Closes: [BS-3039](https://linear.app/affine-design/issue/BS-3039/这个输入框样式也g了)
This commit is contained in:
@@ -98,6 +98,7 @@ export const linkPopupStyle = css`
|
||||
background-color: rgba(35, 131, 226, 0.28);
|
||||
}
|
||||
|
||||
${panelBaseStyle('.popover-container')}
|
||||
.popover-container {
|
||||
z-index: var(--affine-z-index-popover);
|
||||
animation: affine-popover-fade-in 0.2s ease;
|
||||
@@ -129,8 +130,8 @@ export const linkPopupStyle = css`
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
${panelBaseStyle('.affine-link-popover.create')}
|
||||
.affine-link-popover.create {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
padding: 12px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user