InfoPanel: indicate lack of support for duotone weight in JS lib

While phosphor-icons uses an icon font implementation, we won't be able
to provide the duotone weight in that library. We now indicate lack of
support by disabling the code snippet and copy button.
This commit is contained in:
rektdeckard
2020-09-27 13:47:49 -04:00
parent 996229580a
commit 3fdc7bb87a
2 changed files with 36 additions and 23 deletions

View File

@@ -121,6 +121,10 @@
cursor: pointer;
}
.snippet button:disabled {
cursor: not-allowed;
}
.button-row {
display: flex;
}