This commit is contained in:
Rico Sta. Cruz 2017-08-27 14:27:06 +08:00
parent 6ffe7cf021
commit c04f664fc2
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,8 @@
<div class='actions'>
{% include social-list.html class="social page-actions" page=include.page %}
<ul class='page-actions'>
<li class='github'>
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path }}.md'>
<li class='github hint--bottom' data-hint='Edit this page on GitHub'>
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path | remove: '.html' }}.md'>
<span class='text -visible'>Edit</span>
</a>
</li>

View File

@ -52,7 +52,9 @@
}
@mixin action-bar {
& {
&,
& > li,
& > li > a {
height: 32px;
}
@ -82,8 +84,7 @@
}
& > li > a > .text.-visible {
display: inline-block;
padding-left: 8px;
display: inline;
}
}

View File

@ -485,7 +485,7 @@ Also see
* This reference was made for React v15.
* [React v0.14 cheatsheet](react@0.14.html) _Legacy version_
* [React website](http://facebook.github.io/react) _(facebook.github.io)_
* [React website](http://facebook.github.io/react) _facebook.github.io_
{:.-also-see}
{%endraw%}