Skip to content

Commit

Permalink
Replace id by data-accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Porto committed Aug 13, 2020
1 parent 186d285 commit becb440
Show file tree
Hide file tree
Showing 12 changed files with 236 additions and 298 deletions.
6 changes: 2 additions & 4 deletions dist/css/accessibility-buttons.css
@@ -1,7 +1,7 @@
/*!
* Accessibility Buttons v3.1.2
* Accessibility Buttons v4.0.0
* http://tiagoporto.github.io/accessibility-buttons
* Copyright (c) 2014-2017 Tiago Porto (http://tiagoporto.com)
* Copyright (c) 2014-2020 Tiago Porto (http://tiagoporto.com)
* Released under the MIT license
*/

Expand All @@ -14,7 +14,6 @@ body {
}
input,
textarea,
keygen,
select,
button {
-webkit-transition: all 0.6s linear;
Expand All @@ -27,7 +26,6 @@ button {
}
.accessibility-font input,
.accessibility-font textarea,
.accessibility-font keygen,
.accessibility-font select,
.accessibility-font button {
/* The default font-size of these elements is approximately 20% less than the body */
Expand Down
6 changes: 3 additions & 3 deletions dist/css/accessibility-buttons.min.css
@@ -1,7 +1,7 @@
/*!
* Accessibility Buttons v3.1.2
* Accessibility Buttons v4.0.0
* http://tiagoporto.github.io/accessibility-buttons
* Copyright (c) 2014-2017 Tiago Porto (http://tiagoporto.com)
* Copyright (c) 2014-2020 Tiago Porto (http://tiagoporto.com)
* Released under the MIT license
*/
html{font-size:100%}body{-webkit-transition:background 1s ease,font-size .7s linear;transition:background 1s ease,font-size .7s linear}button,input,keygen,select,textarea{-webkit-transition:all .6s linear;transition:all .6s linear}.accessibility-font{font-size:1.25em;font-size:1.25rem}.accessibility-font button,.accessibility-font input,.accessibility-font keygen,.accessibility-font select,.accessibility-font textarea{font-size:1.041625em;font-size:1.04163rem}.accessibility-contrast{color:#fff;background:#000}
html{font-size:100%}body{-webkit-transition:background 1s ease,font-size .7s linear;transition:background 1s ease,font-size .7s linear}button,input,select,textarea{-webkit-transition:all .6s linear;transition:all .6s linear}.accessibility-font{font-size:1.25em;font-size:1.25rem}.accessibility-font button,.accessibility-font input,.accessibility-font select,.accessibility-font textarea{font-size:1.041625em;font-size:1.04163rem}.accessibility-contrast{color:#fff;background:#000}
111 changes: 2 additions & 109 deletions dist/css/demo.css
@@ -1,7 +1,7 @@
/*!
* Accessibility Buttons v3.1.2
* Accessibility Buttons v4.0.0
* http://tiagoporto.github.io/accessibility-buttons
* Copyright (c) 2014-2017 Tiago Porto (http://tiagoporto.com)
* Copyright (c) 2014-2020 Tiago Porto (http://tiagoporto.com)
* Released under the MIT license
*/

Expand Down Expand Up @@ -419,110 +419,3 @@ i[class^="icon-"] {
margin-right: 0%;
}
}
/* ==================================================================
Media Queries
================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important /* Black prints faster: h5bp.com/s */;
text-shadow: none !important;
-webkit-filter: none !important;
filter: none !important;
-ms-filter: none !important;
}
body {
margin: 0;
padding: 0;
line-height: 1.4em;
font: 12pt Georgia, "Times New Roman", Times, serif;
color: #000;
}
@page {
margin: 1.5cm;
}
.wrap {
width: 100%;
margin: 0;
float: none !important;
}
.no-print,
nav,
footer,
video,
audio,
object,
embed {
display: none;
}
.print {
display: block;
}
.page-break {
page-break-before: always;
}
a,
a:visited {
text-decoration: underline;
}
a:link:after,
a:visited:after {
content: " (" attr(href) ") ";
}
p a {
word-wrap: break-word;
}
q:after {
content: " (" attr(cite) ")";
}
a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
aside {
display: block;
page-break-before: always;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 18pt;
orphans: 3;
widows: 3;
page-break-after: avoid;
}
h3 {
font-size: 14pt;
orphans: 3;
widows: 3;
page-break-after: avoid;
}
img {
max-width: 100% !important;
}
p {
font-size: 12pt;
widows: 3;
orphans: 3;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group /* h5bp.com/t */;
}
tr,
img {
page-break-inside: avoid;
}
}
6 changes: 3 additions & 3 deletions dist/css/demo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit becb440

Please sign in to comment.