Hide popover when you delete or switch keymap; Disable layer switch when popover is opened

This commit is contained in:
NejcZdovc
2016-11-17 07:12:38 +01:00
committed by József Farkas
parent 68d6dbe723
commit ff47222d21
6 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,18 @@
:host {
display: block;
&.disabled {
button {
cursor: no-drop;
background: rgba(#ccc, 0.43);
pointer-events: none;
&.btn-primary {
background: #7c7c7c;
border-color: #7c7c7c;
}
}
}
}
button {