mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #5426 from zhoumeina/pr/fix_remove_button_not_clickable
Fix remove button not clickable
This commit is contained in:
commit
43774df6f3
@ -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