mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Do not close the menu, when clicking on the menu with checkbox.
Introduced a class 'noclose'. Then - menu-item having this class will not propograte the events to its parent, hence - it will not be closed. Some of the CSS applicable only to the immediate buttons only, and not the grand-children.
This commit is contained in:
@@ -351,15 +351,15 @@ iframe {
|
||||
border-left-style: solid
|
||||
}
|
||||
|
||||
.pg-prop-btn-group button {
|
||||
.pg-prop-btn-group > button {
|
||||
margin: 2px 3px 2px 0px;
|
||||
}
|
||||
|
||||
.pg-prop-btn-group button:first-child {
|
||||
.pg-prop-btn-group > button:first-child {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.pg-prop-btn-group button:last-child {
|
||||
.pg-prop-btn-group > button:last-child {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user