mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +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;
|
padding: 0.1rem 0.4rem;
|
||||||
background: white;
|
background: white;
|
||||||
accent-color: black;
|
accent-color: black;
|
||||||
|
|
||||||
|
&[disabled] {
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ProseMirror:focus {
|
.ProseMirror:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user