29
29
border-top-width : 1px
30
30
}
31
31
32
- abbr : where ([title ]) {
33
- -webkit-text-decoration : underline dotted;
34
- text-decoration : underline dotted
35
- }
36
-
37
32
h1 , h2 , h3 , h4 , h5 , h6 {
38
33
font-size : inherit;
39
34
font-weight : inherit
@@ -48,36 +43,6 @@ b, strong {
48
43
font-weight : bolder
49
44
}
50
45
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
-
81
46
button , input , optgroup , select , textarea {
82
47
font-family : inherit;
83
48
font-size : 100% ;
@@ -105,70 +70,6 @@ button, [type=button], [type=reset], [type=submit] {
105
70
box-shadow : none
106
71
}
107
72
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
-
172
73
button , [role = button ] {
173
74
cursor : pointer
174
75
}
0 commit comments