fix: oss selected base check visibility issue

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:36 +00:00
parent ded8c874f9
commit a619ae51f6

View File

@@ -271,10 +271,6 @@ const onMenuClick = (e: Event) => {
&:focus-visible {
@apply outline-none shadow-focus;
.nc-base-node-menu-wrapper {
@apply w-6 !flex;
}
}
&.is-marked {
@@ -290,6 +286,14 @@ const onMenuClick = (e: Event) => {
@apply w-0 hidden overflow-hidden items-center justify-center;
@apply transition-all duration-200 ease-in-out;
&.is-active {
@apply w-6 flex;
.nc-base-three-dot {
@apply hidden;
}
}
&.is-open {
@apply w-6 !flex;