atomiks
214775df27
Merge pull request #35 from scottmathson/enhancement-meta-description
...
[FIX] Addition of meta description
2018-03-01 06:52:46 +10:00
Mattia Astorino
d8e08ee09d
chore: Improve description
2018-02-28 21:01:27 +01:00
Mattia Astorino
46eb9fbbef
chore: reset builded index.html
2018-02-28 20:55:39 +01:00
Mattia Astorino
768677dbc5
feat: Add rese-all-styles snippet
2018-02-28 20:51:36 +01:00
Mattia Astorino
a3425696c3
feat: Add scrollbars-styling
2018-02-28 20:02:06 +01:00
Scott Mathson
97608046b3
Addition of meta description
2018-02-28 11:02:06 -07:00
Josh Bader
9b2413614f
Minor updates and adjustments.
2018-02-28 09:40:07 -05:00
atomiks
3924646761
rebuild docs
2018-02-28 21:59:16 +10:00
atomiks
d83971ee5a
Merge pull request #9 from kriadmin/patch-2
...
[FEATURE] Create disable-selection.
2018-02-28 21:58:04 +10:00
atomiks
94d4ef171f
Update disable-selection.md
2018-02-28 21:57:20 +10:00
atomiks
659b871920
Update disable-selection.md
2018-02-28 21:56:26 +10:00
atomiks
b9c5b01edf
Update and rename evenly-distributed-childs.md to evenly-distributed-children.md
2018-02-28 21:47:02 +10:00
atomiks
8c0b99f175
0.25s transition
2018-02-28 21:34:26 +10:00
atomiks
f6ac364220
Match colors with demo
2018-02-28 21:22:45 +10:00
atomiks
45b8b774da
Add missing text
2018-02-28 21:22:17 +10:00
atomiks
d0034c985d
add: hover underline animation
2018-02-28 21:19:22 +10:00
tzaluzhny
0049cdfec8
Adding evenly distributed childs snippet
2018-02-28 13:18:14 +02:00
Angelos Chalaris
b690ae499b
Gitter badge
2018-02-28 12:38:07 +02:00
Angelos Chalaris
ce0e9b0cf2
Update README.md
2018-02-28 12:33:00 +02:00
Angelos Chalaris
ca989ed1e6
Build docs
2018-02-28 12:25:26 +02:00
Angelos Chalaris
187dd66aa7
Merge pull request #20 from atomiks/issue-pr-templates
...
[FEATURE] Issue and PR templates
2018-02-28 12:20:37 +02:00
Angelos Chalaris
6721b9ac01
Update ISSUE_TEMPLATE.md
2018-02-28 12:19:57 +02:00
Angelos Chalaris
fa8d60dcda
Update PULL_REQUEST_TEMPLATE.md
2018-02-28 12:19:47 +02:00
Angelos Chalaris
f6b743c357
Update ISSUE_TEMPLATE.md
2018-02-28 12:15:33 +02:00
Angelos Chalaris
2dafd039ef
Merge pull request #25 from equinusocio/master
...
Improve ::selection example and description
2018-02-28 12:10:46 +02:00
Angelos Chalaris
76f6a77e22
Remove built files
2018-02-28 12:08:50 +02:00
atomiks
6c20c6c81e
reset pretty-text-underline
2018-02-28 20:00:23 +10:00
atomiks
a133e35a5f
rebuild docs
2018-02-28 18:26:49 +10:00
atomiks
d41e267d12
Merge pull request #18 from atomiks/donut-spinner
...
[FEATURE] Add donut-spinner snippet
2018-02-28 18:25:15 +10:00
atomiks
eb5e62a9fc
Update donut-spinner.md
2018-02-28 18:24:33 +10:00
atomiks
2033774e0f
Merge branch 'master' into donut-spinner
2018-02-28 18:23:01 +10:00
atomiks
506a73f175
Fix stripping of doctype declaration
2018-02-28 18:14:41 +10:00
atomiks
76f6f4f48a
--allow-empty-message
2018-02-28 18:11:03 +10:00
atomiks
29700dd3e7
Show GitHub star count
2018-02-28 18:09:34 +10:00
atomiks
7c4751f287
Add logo
2018-02-28 18:06:13 +10:00
atomiks
a568a45dfa
fix #15
2018-02-28 17:59:52 +10:00
atomiks
2dc414e40f
rebuild docs
2018-02-28 17:55:27 +10:00
atomiks
53cf1d481b
Merge pull request #27 from scottaohara/accessibility_updates
...
accessibility: update buttons and nav semantics
2018-02-28 17:54:54 +10:00
atomiks
db63bf8121
rebuild docs
2018-02-28 16:51:23 +10:00
atomiks
57d8cce1ef
Merge pull request #23 from jackmoore/master
...
Disable pointer events on pseudo element
2018-02-28 16:46:20 +10:00
atomiks
233a149095
Update overflow-scroll-gradient.md
2018-02-28 16:46:04 +10:00
Scott O'Hara
5177c4ee2b
update buttons and nav semantics
...
the back to top button and menu button each lack appropriate accessible names.
The primary page navigation is presently contained within an `aside` rather than a `nav` element.
This commit adds accessible names to the previously mentioned buttons, so they will be appropriately conveyed to screen readers. It also changes the navigation from an `aside` to `nav` and provides the navigation with an `aria-label=“table of contents”` as all the links are in page links to the different sections of this document.
2018-02-27 21:01:17 -05:00
Mattia Astorino
afe59bd3f9
chore: Fix ::selection demo style and clean description
2018-02-27 23:34:46 +01:00
Mattia Astorino
e4a81702e0
fix: Improve ::selection example and description
2018-02-27 22:45:56 +01:00
atomiks
9d192d00d6
fix: use px values for pretty text underline
2018-02-28 06:17:18 +10:00
atomiks
c6543e1db8
Merge pull request #19 from atomiks/Chalarangelo-license
...
[LICENSE] Creative Commons Zero v1.0 Universal
2018-02-28 06:07:46 +10:00
Jack Moore
528be97e5b
Disable pointer events on pseudo element
...
This disables pointer events on the pseudo element so that it won't block clicks to the content element.
2018-02-27 14:51:27 -05:00
atomiks
10b866ba17
fix #17
2018-02-28 05:36:01 +10:00
atomiks
468a67c12c
rebuild docs
2018-02-28 05:32:23 +10:00
atomiks
d4d417a690
Merge pull request #16 from limonte/master
...
Fix ellipsis character
2018-02-28 05:28:20 +10:00