mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
docs: Horizontal rule demo: add selected style (#1848)
This commit is contained in:
parent
1799b907ec
commit
99ea9c87da
@ -49,3 +49,9 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
hr.ProseMirror-selectednode {
|
||||
border-top: 1px solid #68CEF8;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user