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:
Ashesh Vashi
2016-04-25 22:06:39 +05:30
parent 26e9ceaf48
commit 9dd3aeadb5
2 changed files with 11 additions and 7 deletions

View File

@@ -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;
}