Skip to content

Commit 854ac5e

Browse files
committed
cln: remove parts of css reset that we don't use
1 parent da32e60 commit 854ac5e

File tree

1 file changed

+0
-99
lines changed

1 file changed

+0
-99
lines changed

webzebra/src/index.css

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ hr {
2929
border-top-width: 1px
3030
}
3131

32-
abbr:where([title]) {
33-
-webkit-text-decoration: underline dotted;
34-
text-decoration: underline dotted
35-
}
36-
3732
h1, h2, h3, h4, h5, h6 {
3833
font-size: inherit;
3934
font-weight: inherit
@@ -48,36 +43,6 @@ b, strong {
4843
font-weight: bolder
4944
}
5045

51-
code, kbd, samp, pre {
52-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
53-
font-size: 1em
54-
}
55-
56-
small {
57-
font-size: 80%
58-
}
59-
60-
sub, sup {
61-
font-size: 75%;
62-
line-height: 0;
63-
position: relative;
64-
vertical-align: baseline
65-
}
66-
67-
sub {
68-
bottom: -.25em
69-
}
70-
71-
sup {
72-
top: -.5em
73-
}
74-
75-
table {
76-
text-indent: 0;
77-
border-color: inherit;
78-
border-collapse: collapse
79-
}
80-
8146
button, input, optgroup, select, textarea {
8247
font-family: inherit;
8348
font-size: 100%;
@@ -105,70 +70,6 @@ button, [type=button], [type=reset], [type=submit] {
10570
box-shadow: none
10671
}
10772

108-
progress {
109-
vertical-align: baseline
110-
}
111-
112-
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
113-
height: auto
114-
}
115-
116-
[type=search] {
117-
-webkit-appearance: textfield;
118-
outline-offset: -2px
119-
}
120-
121-
::-webkit-search-decoration {
122-
-webkit-appearance: none
123-
}
124-
125-
::-webkit-file-upload-button {
126-
-webkit-appearance: button;
127-
font: inherit
128-
}
129-
130-
summary {
131-
display: list-item
132-
}
133-
134-
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
135-
margin: 0
136-
}
137-
138-
fieldset {
139-
margin: 0;
140-
padding: 0
141-
}
142-
143-
legend {
144-
padding: 0
145-
}
146-
147-
ol, ul, menu {
148-
list-style: none;
149-
margin: 0;
150-
padding: 0
151-
}
152-
153-
textarea {
154-
resize: vertical
155-
}
156-
157-
input::-moz-placeholder, textarea::-moz-placeholder {
158-
opacity: 1;
159-
color: #9ca3af
160-
}
161-
162-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
163-
opacity: 1;
164-
color: #9ca3af
165-
}
166-
167-
input::placeholder, textarea::placeholder {
168-
opacity: 1;
169-
color: #9ca3af
170-
}
171-
17273
button, [role=button] {
17374
cursor: pointer
17475
}

0 commit comments

Comments
 (0)