Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorVarunram <vrg2009@ymail.com>2018-10-27 07:04:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 09:13:31 +0300
commita31468cf84d9ca3be63a21d8a0d2028452e5cc85 (patch)
treeb091aa6ce04bc30dbfa9df04f5dc30fbb7c16840 /scss
parenteeea8b5ed32245ac2ec24925763f8303371f151c (diff)
Resolve #26226: Sync with normalize 8.0.0
diff credits: @client9
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 4cb858f880..7e5aec9c1f 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -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
}
@@ -157,10 +156,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
@@ -349,7 +344,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
@@ -439,7 +434,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;
}