BREAKING CHANGE: rename icons gdoc_keyborad_arrow_*
to gdoc_keyboard_arrow_*
(#299)
This commit is contained in:
parent
d5c557c800
commit
2ed5365d54
10 changed files with 19 additions and 19 deletions
|
@ -77,11 +77,11 @@
|
|||
<span class="flex">{{ partial "title" . }}</span>
|
||||
{{ end }}
|
||||
{{ if $doCollapse }}
|
||||
<svg class="icon toggle gdoc_keyborad_arrow_left">
|
||||
<use xlink:href="#gdoc_keyborad_arrow_left"></use>
|
||||
<svg class="icon toggle gdoc_keyboard_arrow_left">
|
||||
<use xlink:href="#gdoc_keyboard_arrow_left"></use>
|
||||
</svg>
|
||||
<svg class="icon toggle gdoc_keyborad_arrow_down">
|
||||
<use xlink:href="#gdoc_keyborad_arrow_down"></use>
|
||||
<svg class="icon toggle gdoc_keyboard_arrow_down">
|
||||
<use xlink:href="#gdoc_keyboard_arrow_down"></use>
|
||||
</svg>
|
||||
{{ end }}
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue