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