disable plot types instead of hiding them

This commit is contained in:
2019-12-27 19:36:08 +01:00
parent 90244c6e4b
commit 1587046907
4 changed files with 10 additions and 9 deletions

View File

@@ -64,6 +64,9 @@ button[disabled] .icon-inline {
height: 1.5em;
vertical-align: text-bottom;
}
.mat-option-disabled .icon-select {
opacity: 0.25;
}
a.external-link:after {
background: transparent url('/assets/img/external-link.svg') no-repeat center bottom;