demos: add disabled button styling
This commit is contained in:
@@ -67,6 +67,10 @@ select {
|
||||
padding: 0.1rem 0.4rem;
|
||||
background: white;
|
||||
accent-color: black;
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
.ProseMirror:focus {
|
||||
|
||||
Reference in New Issue
Block a user