Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with normalize 8.0.0 #26296

Merged
merged 5 commits into from
Nov 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ html {
font-family: sans-serif; // 2
line-height: 1.15; // 3
-webkit-text-size-adjust: 100%; // 4
-ms-text-size-adjust: 100%; // 4
-ms-overflow-style: scrollbar; // 5
-webkit-tap-highlight-color: rgba($black, 0); // 6
}
Expand All @@ -41,6 +40,7 @@ html {
}

// Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers)
// TODO: remove in v5
// stylelint-disable-next-line selector-list-comma-newline-after
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
Expand Down Expand Up @@ -157,10 +157,6 @@ blockquote {
margin: 0 0 1rem;
}

dfn {
font-style: italic; // Add the correct font style in Android 4.3-
}

b,
strong {
font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari
Expand Down Expand Up @@ -349,7 +345,7 @@ select {
// controls in Android 4.
// 2. Correct the inability to style clickable types in iOS and Safari.
button,
html [type="button"], // 1
[type="button"], // 1
[type="reset"],
[type="submit"] {
-webkit-appearance: button; // 2
Expand Down Expand Up @@ -439,7 +435,6 @@ progress {
// Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
//

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
Expand Down