Make block control available via CSS selectors so it can be customized

This commit is contained in:
Devon Zuegel
2021-06-27 14:48:39 -04:00
committed by Tienson Qin
parent 9feb76be83
commit 06e85fa91e
3 changed files with 16 additions and 31 deletions

View File

@@ -147,6 +147,10 @@
min-width: 10px;
color: initial;
user-select: none;
.control-hide {
display: none;
}
}
.block-ref {