@dialpad/dialtone-css 8.79.0 → 8.79.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/dist/dialtone.css
CHANGED
|
@@ -4650,6 +4650,9 @@ legend .d-label--md {
|
|
|
4650
4650
|
.d-rich-text-editor > .ProseMirror {
|
|
4651
4651
|
box-shadow: none;
|
|
4652
4652
|
}
|
|
4653
|
+
.d-rich-text-editor > .ProseMirror :where(a) {
|
|
4654
|
+
display: inline;
|
|
4655
|
+
}
|
|
4653
4656
|
.d-rich-text-editor > .ProseMirror p.is-editor-empty:first-child::before {
|
|
4654
4657
|
float: left;
|
|
4655
4658
|
height: 0;
|
|
@@ -4664,9 +4667,27 @@ legend .d-label--md {
|
|
|
4664
4667
|
.d-rich-text-editor > .ProseMirror ul > li {
|
|
4665
4668
|
list-style-type: disc;
|
|
4666
4669
|
}
|
|
4670
|
+
.d-rich-text-editor > .ProseMirror ul ul > li {
|
|
4671
|
+
list-style-type: circle;
|
|
4672
|
+
}
|
|
4673
|
+
.d-rich-text-editor > .ProseMirror ul ul ul > li {
|
|
4674
|
+
list-style-type: square;
|
|
4675
|
+
}
|
|
4676
|
+
.d-rich-text-editor > .ProseMirror ul ul ul ul > li {
|
|
4677
|
+
list-style-type: disc;
|
|
4678
|
+
}
|
|
4667
4679
|
.d-rich-text-editor > .ProseMirror ol > li {
|
|
4668
4680
|
list-style-type: decimal;
|
|
4669
4681
|
}
|
|
4682
|
+
.d-rich-text-editor > .ProseMirror ol ol > li {
|
|
4683
|
+
list-style-type: lower-alpha;
|
|
4684
|
+
}
|
|
4685
|
+
.d-rich-text-editor > .ProseMirror ol ol ol > li {
|
|
4686
|
+
list-style-type: lower-roman;
|
|
4687
|
+
}
|
|
4688
|
+
.d-rich-text-editor > .ProseMirror ol ol ol ol > li {
|
|
4689
|
+
list-style-type: decimal;
|
|
4690
|
+
}
|
|
4670
4691
|
.d-rich-text-editor > .ProseMirror blockquote {
|
|
4671
4692
|
margin-left: 0;
|
|
4672
4693
|
padding-left: var(--dt-space-400);
|