mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 20:57:10 +00:00
fix: Moved sidebar button css to a common css
This commit is contained in:
@@ -749,10 +749,6 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string
|
||||
@apply !mx-0 !pl-8.75 !pr-0.5 !py-0.75 hover:bg-gray-200 !rounded-md;
|
||||
}
|
||||
|
||||
:deep(.nc-button.ant-btn.nc-sidebar-node-btn) {
|
||||
@apply opacity-0 group-hover:(opacity-100) text-gray-600 hover:(bg-gray-400 bg-opacity-20 text-gray-900) duration-100;
|
||||
}
|
||||
|
||||
:deep(.ant-collapse-content-box) {
|
||||
@apply !px-0 !pb-0 !pt-0.25;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user