mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-28 01:29:42 +02:00
refactor: delete copy link button from header
This commit is contained in:
parent
b83d468ba0
commit
91ba44a169
3 changed files with 5 additions and 145 deletions
|
@ -1,11 +1,5 @@
|
|||
<h{{ level }} id="{{ text | urlify }}" class="block-header block-header--{{ level }} block-header--anchor">
|
||||
<div class="block-header__copy-link-splash"></div>
|
||||
<div class="block-header__copy-link">
|
||||
<div class="block-header__copy-link-icon--initial">{{ svg('copy') }}</div>
|
||||
<div class="block-header__copy-link-icon--success">{{ svg('check') }}</div>
|
||||
</div>
|
||||
<h{{ level }} id="{{ text | urlify }}" class="block-header block-header--{{ level }}">
|
||||
<a href="#{{ text | urlify }}">
|
||||
{{ text }}
|
||||
</a>
|
||||
</h{{ level }}>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue