assets/vendor/bootstrap/css/bootstrap-reboot.css in jekyll-theme-clean-blog-0.1.1 vs assets/vendor/bootstrap/css/bootstrap-reboot.css in jekyll-theme-clean-blog-4.0.0

- old
+ new

@@ -1,9 +1,9 @@ /*! - * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. + * Bootstrap Reboot v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */ *, *::before, @@ -38,11 +38,11 @@ text-align: left; background-color: #fff; } [tabindex="-1"]:focus { - outline: none !important; + outline: 0 !important; } hr { box-sizing: content-box; height: 0; @@ -61,11 +61,11 @@ abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; + text-decoration: underline dotted; cursor: help; border-bottom: 0; } address { @@ -145,11 +145,11 @@ a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { @@ -182,31 +182,18 @@ svg:not(:root) { overflow: hidden; } -a, -area, -button, -[role="button"], -input:not([type="range"]), -label, -select, -summary, -textarea { - -ms-touch-action: manipulation; - touch-action: manipulation; -} - table { border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; - color: #868e96; + color: #6c757d; text-align: left; caption-side: bottom; } th { @@ -328,9 +315,10 @@ display: inline-block; } summary { display: list-item; + cursor: pointer; } template { display: none; } \ No newline at end of file