mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
demos: add disabled button styling
This commit is contained in:
parent
1a1fe847c3
commit
1716737c35
@ -67,6 +67,10 @@ select {
|
||||
padding: 0.1rem 0.4rem;
|
||||
background: white;
|
||||
accent-color: black;
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
.ProseMirror:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user