Status bar widgets are disabled for HTML output

This commit is contained in:
n1474335 2022-12-09 21:23:25 +00:00
parent ff45f61b68
commit 1b3d55f051
3 changed files with 37 additions and 4 deletions

View file

@ -449,6 +449,11 @@
margin-left: 0;
}
.cm-status-bar .disabled {
background-color: unset !important;
cursor: not-allowed;
}
/* Dropup Button */
.cm-status-bar-select-btn {
border: none;