mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix(editor): opacity does not work (#12402)
fix: BS-3484 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Improved visibility of certain table row headers by ensuring their opacity cannot be unintentionally overridden by other styles. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -39,6 +39,9 @@ export const dragHandlerIndicator = css({
|
|||||||
backgroundColor: 'var(--affine-placeholder-color)',
|
backgroundColor: 'var(--affine-placeholder-color)',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export const show = css({
|
||||||
|
opacity: '1 !important',
|
||||||
|
});
|
||||||
export const rowSelectCheckbox = css({
|
export const rowSelectCheckbox = css({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
@@ -47,7 +50,3 @@ export const rowSelectCheckbox = css({
|
|||||||
fontSize: '20px',
|
fontSize: '20px',
|
||||||
color: cssVarV2.icon.primary,
|
color: cssVarV2.icon.primary,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const show = css({
|
|
||||||
opacity: 1,
|
|
||||||
});
|
|
||||||
|
|||||||
Reference in New Issue
Block a user