|
|
|
@ -1,7 +1,5 @@ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Styling for the inline reference footnote widget in CKEditor 5. |
|
|
|
* Styling for the inline reference footnote widget in CKEditor 5. |
|
|
|
* |
|
|
|
|
|
|
|
* This mimics a "fake object" icon similar to CKEditor 4. |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
span.reference-footnote { |
|
|
|
span.reference-footnote { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
@ -17,5 +15,3 @@ span.reference-footnote { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* You can optionally point this to a PNG if you prefer. |
|
|
|
|
|
|
|
For now, this is intended to be used with the SVG icon in toolbar only. */ |
|
|
|
|
|
|
|
|