Skip to content

Commit 1984b3d

Browse files
committed
Resolve #26226: Sync with normalize 8.0.0
diff credits: @client9
1 parent 47ef0a8 commit 1984b3d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

scss/_reboot.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ html {
2828
font-family: sans-serif; // 2
2929
line-height: 1.15; // 3
3030
-webkit-text-size-adjust: 100%; // 4
31-
-ms-text-size-adjust: 100%; // 4
3231
-ms-overflow-style: scrollbar; // 5
3332
-webkit-tap-highlight-color: rgba($black, 0); // 6
3433
}
@@ -157,10 +156,6 @@ blockquote {
157156
margin: 0 0 1rem;
158157
}
159158

160-
dfn {
161-
font-style: italic; // Add the correct font style in Android 4.3-
162-
}
163-
164159
b,
165160
strong {
166161
font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari
@@ -349,7 +344,7 @@ select {
349344
// controls in Android 4.
350345
// 2. Correct the inability to style clickable types in iOS and Safari.
351346
button,
352-
html [type="button"], // 1
347+
[type="button"], // 1
353348
[type="reset"],
354349
[type="submit"] {
355350
-webkit-appearance: button; // 2
@@ -439,7 +434,6 @@ progress {
439434
// Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
440435
//
441436

442-
[type="search"]::-webkit-search-cancel-button,
443437
[type="search"]::-webkit-search-decoration {
444438
-webkit-appearance: none;
445439
}

0 commit comments

Comments
 (0)