aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-reboot.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-13 08:41:12 +0200
committerXhmikosR <[email protected]>2018-11-13 08:47:32 +0200
commitfceee8d09310ae1c49a38ed66dab77dc53120ca7 (patch)
tree34fcec8e4e60e881f55d43d119051ed36329d4f7 /dist/css/bootstrap-reboot.css
parent220baef0d9f97b21748e51ec634d7171a267999b (diff)
downloadbootstrap-fceee8d09310ae1c49a38ed66dab77dc53120ca7.tar.xz
bootstrap-fceee8d09310ae1c49a38ed66dab77dc53120ca7.zip
Dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 0b71a5dae..2b2be8d21 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -15,7 +15,6 @@ html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@@ -30,7 +29,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
body {
margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
@@ -101,10 +100,6 @@ blockquote {
margin: 0 0 1rem;
}
-dfn {
- font-style: italic;
-}
-
b,
strong {
font-weight: bolder;
@@ -236,7 +231,7 @@ select {
}
button,
-html [type="button"],
+[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
@@ -301,7 +296,6 @@ progress {
-webkit-appearance: none;
}
-[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}