mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-24 01:27:49 +01:00
Fix remove button not clickable
Problem description: In member tab, Action->remove is not clickable in production mode. Root cause analysis: Some style for clarity checkbox impact dropdown menu. Fix: We do a quick fix in member.component.scss. Set checkbox in this component position:inherit; This will overide the clarity original style
This commit is contained in:
parent
5f83562a12
commit
52634dcec4
@ -26,6 +26,13 @@
|
||||
|
||||
clr-datagrid {
|
||||
::ng-deep clr-checkbox {
|
||||
position: inherit;
|
||||
}
|
||||
}
|
||||
position: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
//This is for production build process.todo: Need to be removed, when production process refactored.
|
||||
:host >>> clr-checkbox.checkbox.datagrid-foot-select {
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user