demos: add disabled button styling

This commit is contained in:
Philipp Kühn 2021-11-03 21:27:20 +01:00
parent 1a1fe847c3
commit 1716737c35

View File

@ -67,6 +67,10 @@ select {
padding: 0.1rem 0.4rem;
background: white;
accent-color: black;
&[disabled] {
opacity: 0.3;
}
}
.ProseMirror:focus {