Skip to content

Commit 3ad367e

Browse files
committed
build
1 parent e99ef27 commit 3ad367e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flexbox-reset.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ fieldset,
5454
form,
5555
label,
5656
legend,
57+
output,
5758
table,
5859
textarea,
5960
tbody,
@@ -145,10 +146,12 @@ output,
145146
p,
146147
pre,
147148
select,
148-
summary,
149149
textarea {
150150
display: block;
151151
}
152+
[hidden] {
153+
display: none;
154+
}
152155
a,
153156
a:link,
154157
a:visited,
@@ -159,7 +162,7 @@ a:active {
159162
text-decoration: none;
160163
}
161164
body {
162-
background: white;
165+
background-color: transparent;
163166
color: black;
164167
font-stretch: normal;
165168
font-style: normal;
@@ -179,9 +182,6 @@ q:after {
179182
content: '';
180183
content: none;
181184
}
182-
:focus {
183-
outline: 0;
184-
}
185185
input[type=date],
186186
input[type=datetime-local],
187187
input[type=file],

flexbox-reset.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ blockquote, button, caption, dd, dt, figcaption, h1, h2, h3, h4, h5, h6, input,
3636
display: block;
3737
}
3838

39+
[hidden] {
40+
display: none;
41+
}
42+
3943
// remove link styling
4044
a, a:link, a:visited, a:hover, a:active {
4145
background: transparent;
@@ -102,7 +106,3 @@ thead {
102106
tr {
103107
display: table-row;
104108
}
105-
106-
[hidden] {
107-
display: none;
108-
}

0 commit comments

Comments
 (0)