Update
This commit is contained in:
parent
6ffe7cf021
commit
c04f664fc2
|
@ -7,8 +7,8 @@
|
||||||
<div class='actions'>
|
<div class='actions'>
|
||||||
{% include social-list.html class="social page-actions" page=include.page %}
|
{% include social-list.html class="social page-actions" page=include.page %}
|
||||||
<ul class='page-actions'>
|
<ul class='page-actions'>
|
||||||
<li class='github'>
|
<li class='github hint--bottom' data-hint='Edit this page on GitHub'>
|
||||||
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path }}.md'>
|
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path | remove: '.html' }}.md'>
|
||||||
<span class='text -visible'>Edit</span>
|
<span class='text -visible'>Edit</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -52,7 +52,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin action-bar {
|
@mixin action-bar {
|
||||||
& {
|
&,
|
||||||
|
& > li,
|
||||||
|
& > li > a {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,8 +84,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& > li > a > .text.-visible {
|
& > li > a > .text.-visible {
|
||||||
display: inline-block;
|
display: inline;
|
||||||
padding-left: 8px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
react.md
2
react.md
|
@ -485,7 +485,7 @@ Also see
|
||||||
|
|
||||||
* This reference was made for React v15.
|
* This reference was made for React v15.
|
||||||
* [React v0.14 cheatsheet](react@0.14.html) _Legacy version_
|
* [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}
|
{:.-also-see}
|
||||||
|
|
||||||
{%endraw%}
|
{%endraw%}
|
||||||
|
|
Loading…
Reference in New Issue