Update
This commit is contained in:
parent
6ffe7cf021
commit
c04f664fc2
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
2
react.md
2
react.md
|
@ -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%}
|
||||
|
|
Loading…
Reference in New Issue