mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:06:55 +00:00
fix: oss selected base check visibility issue
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user