jekyll-theme-clean-blog 4.0.11 → 4.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/assets/vendor/bootstrap/scss/_alert.scss +52 -0
  3. data/assets/vendor/bootstrap/scss/_badge.scss +54 -0
  4. data/assets/vendor/bootstrap/scss/_breadcrumb.scss +42 -0
  5. data/assets/vendor/bootstrap/scss/_button-group.scss +163 -0
  6. data/assets/vendor/bootstrap/scss/_buttons.scss +142 -0
  7. data/assets/vendor/bootstrap/scss/_card.scss +286 -0
  8. data/assets/vendor/bootstrap/scss/_carousel.scss +197 -0
  9. data/assets/vendor/bootstrap/scss/_close.scss +40 -0
  10. data/assets/vendor/bootstrap/scss/_code.scss +48 -0
  11. data/assets/vendor/bootstrap/scss/_custom-forms.scss +526 -0
  12. data/assets/vendor/bootstrap/scss/_dropdown.scss +192 -0
  13. data/assets/vendor/bootstrap/scss/_forms.scss +347 -0
  14. data/assets/vendor/bootstrap/scss/_functions.scss +144 -0
  15. data/assets/vendor/bootstrap/scss/_grid.scss +73 -0
  16. data/assets/vendor/bootstrap/scss/_images.scss +42 -0
  17. data/assets/vendor/bootstrap/scss/_input-group.scss +208 -0
  18. data/assets/vendor/bootstrap/scss/_jumbotron.scss +17 -0
  19. data/assets/vendor/bootstrap/scss/_list-group.scss +154 -0
  20. data/assets/vendor/bootstrap/scss/_media.scss +8 -0
  21. data/assets/vendor/bootstrap/scss/_mixins.scss +47 -0
  22. data/assets/vendor/bootstrap/scss/_modal.scss +240 -0
  23. data/assets/vendor/bootstrap/scss/_nav.scss +120 -0
  24. data/assets/vendor/bootstrap/scss/_navbar.scss +332 -0
  25. data/assets/vendor/bootstrap/scss/_pagination.scss +74 -0
  26. data/assets/vendor/bootstrap/scss/_popover.scss +170 -0
  27. data/assets/vendor/bootstrap/scss/_print.scss +141 -0
  28. data/assets/vendor/bootstrap/scss/_progress.scss +47 -0
  29. data/assets/vendor/bootstrap/scss/_reboot.scss +484 -0
  30. data/assets/vendor/bootstrap/scss/_root.scss +19 -0
  31. data/assets/vendor/bootstrap/scss/_spinners.scss +65 -0
  32. data/assets/vendor/bootstrap/scss/_tables.scss +185 -0
  33. data/assets/vendor/bootstrap/scss/_toasts.scss +46 -0
  34. data/assets/vendor/bootstrap/scss/_tooltip.scss +115 -0
  35. data/assets/vendor/bootstrap/scss/_transitions.scss +20 -0
  36. data/assets/vendor/bootstrap/scss/_type.scss +125 -0
  37. data/assets/vendor/bootstrap/scss/_utilities.scss +18 -0
  38. data/assets/vendor/bootstrap/scss/_variables.scss +1146 -0
  39. data/assets/vendor/bootstrap/scss/bootstrap-grid.scss +30 -0
  40. data/assets/vendor/bootstrap/scss/bootstrap-reboot.scss +12 -0
  41. data/assets/vendor/bootstrap/scss/bootstrap.scss +44 -0
  42. data/assets/vendor/bootstrap/scss/mixins/_alert.scss +13 -0
  43. data/assets/vendor/bootstrap/scss/mixins/_background-variant.scss +23 -0
  44. data/assets/vendor/bootstrap/scss/mixins/_badge.scss +17 -0
  45. data/assets/vendor/bootstrap/scss/mixins/_border-radius.scss +76 -0
  46. data/assets/vendor/bootstrap/scss/mixins/_box-shadow.scss +20 -0
  47. data/assets/vendor/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  48. data/assets/vendor/bootstrap/scss/mixins/_buttons.scss +110 -0
  49. data/assets/vendor/bootstrap/scss/mixins/_caret.scss +62 -0
  50. data/assets/vendor/bootstrap/scss/mixins/_clearfix.scss +7 -0
  51. data/assets/vendor/bootstrap/scss/mixins/_deprecate.scss +10 -0
  52. data/assets/vendor/bootstrap/scss/mixins/_float.scss +14 -0
  53. data/assets/vendor/bootstrap/scss/mixins/_forms.scss +185 -0
  54. data/assets/vendor/bootstrap/scss/mixins/_gradients.scss +45 -0
  55. data/assets/vendor/bootstrap/scss/mixins/_grid-framework.scss +80 -0
  56. data/assets/vendor/bootstrap/scss/mixins/_grid.scss +69 -0
  57. data/assets/vendor/bootstrap/scss/mixins/_hover.scss +37 -0
  58. data/assets/vendor/bootstrap/scss/mixins/_image.scss +36 -0
  59. data/assets/vendor/bootstrap/scss/mixins/_list-group.scss +21 -0
  60. data/assets/vendor/bootstrap/scss/mixins/_lists.scss +7 -0
  61. data/assets/vendor/bootstrap/scss/mixins/_nav-divider.scss +11 -0
  62. data/assets/vendor/bootstrap/scss/mixins/_pagination.scss +22 -0
  63. data/assets/vendor/bootstrap/scss/mixins/_reset-text.scss +17 -0
  64. data/assets/vendor/bootstrap/scss/mixins/_resize.scss +6 -0
  65. data/assets/vendor/bootstrap/scss/mixins/_screen-reader.scss +34 -0
  66. data/assets/vendor/bootstrap/scss/mixins/_size.scss +7 -0
  67. data/assets/vendor/bootstrap/scss/mixins/_table-row.scss +39 -0
  68. data/assets/vendor/bootstrap/scss/mixins/_text-emphasis.scss +17 -0
  69. data/assets/vendor/bootstrap/scss/mixins/_text-hide.scss +11 -0
  70. data/assets/vendor/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  71. data/assets/vendor/bootstrap/scss/mixins/_transition.scss +26 -0
  72. data/assets/vendor/bootstrap/scss/mixins/_visibility.scss +8 -0
  73. data/assets/vendor/bootstrap/scss/utilities/_align.scss +8 -0
  74. data/assets/vendor/bootstrap/scss/utilities/_background.scss +19 -0
  75. data/assets/vendor/bootstrap/scss/utilities/_borders.scss +75 -0
  76. data/assets/vendor/bootstrap/scss/utilities/_clearfix.scss +3 -0
  77. data/assets/vendor/bootstrap/scss/utilities/_display.scss +26 -0
  78. data/assets/vendor/bootstrap/scss/utilities/_embed.scss +39 -0
  79. data/assets/vendor/bootstrap/scss/utilities/_flex.scss +51 -0
  80. data/assets/vendor/bootstrap/scss/utilities/_float.scss +11 -0
  81. data/assets/vendor/bootstrap/scss/utilities/_interactions.scss +5 -0
  82. data/assets/vendor/bootstrap/scss/utilities/_overflow.scss +5 -0
  83. data/assets/vendor/bootstrap/scss/utilities/_position.scss +32 -0
  84. data/assets/vendor/bootstrap/scss/utilities/_screenreaders.scss +11 -0
  85. data/assets/vendor/bootstrap/scss/utilities/_shadows.scss +6 -0
  86. data/assets/vendor/bootstrap/scss/utilities/_sizing.scss +20 -0
  87. data/assets/vendor/bootstrap/scss/utilities/_spacing.scss +73 -0
  88. data/assets/vendor/bootstrap/scss/utilities/_stretched-link.scss +19 -0
  89. data/assets/vendor/bootstrap/scss/utilities/_text.scss +72 -0
  90. data/assets/vendor/bootstrap/scss/utilities/_visibility.scss +13 -0
  91. data/assets/vendor/bootstrap/scss/vendor/_rfs.scss +204 -0
  92. data/assets/vendor/startbootstrap-clean-blog/scss/styles.scss +1 -1
  93. metadata +92 -2
@@ -0,0 +1,74 @@
1
+ .pagination {
2
+ display: flex;
3
+ @include list-unstyled();
4
+ @include border-radius();
5
+ }
6
+
7
+ .page-link {
8
+ position: relative;
9
+ display: block;
10
+ padding: $pagination-padding-y $pagination-padding-x;
11
+ margin-left: -$pagination-border-width;
12
+ line-height: $pagination-line-height;
13
+ color: $pagination-color;
14
+ text-decoration: if($link-decoration == none, null, none);
15
+ background-color: $pagination-bg;
16
+ border: $pagination-border-width solid $pagination-border-color;
17
+
18
+ &:hover {
19
+ z-index: 2;
20
+ color: $pagination-hover-color;
21
+ text-decoration: none;
22
+ background-color: $pagination-hover-bg;
23
+ border-color: $pagination-hover-border-color;
24
+ }
25
+
26
+ &:focus {
27
+ z-index: 3;
28
+ outline: $pagination-focus-outline;
29
+ box-shadow: $pagination-focus-box-shadow;
30
+ }
31
+ }
32
+
33
+ .page-item {
34
+ &:first-child {
35
+ .page-link {
36
+ margin-left: 0;
37
+ @include border-left-radius($border-radius);
38
+ }
39
+ }
40
+ &:last-child {
41
+ .page-link {
42
+ @include border-right-radius($border-radius);
43
+ }
44
+ }
45
+
46
+ &.active .page-link {
47
+ z-index: 3;
48
+ color: $pagination-active-color;
49
+ background-color: $pagination-active-bg;
50
+ border-color: $pagination-active-border-color;
51
+ }
52
+
53
+ &.disabled .page-link {
54
+ color: $pagination-disabled-color;
55
+ pointer-events: none;
56
+ // Opinionated: remove the "hand" cursor set previously for .page-link
57
+ cursor: auto;
58
+ background-color: $pagination-disabled-bg;
59
+ border-color: $pagination-disabled-border-color;
60
+ }
61
+ }
62
+
63
+
64
+ //
65
+ // Sizing
66
+ //
67
+
68
+ .pagination-lg {
69
+ @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $pagination-border-radius-lg);
70
+ }
71
+
72
+ .pagination-sm {
73
+ @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $pagination-border-radius-sm);
74
+ }
@@ -0,0 +1,170 @@
1
+ .popover {
2
+ position: absolute;
3
+ top: 0;
4
+ left: 0;
5
+ z-index: $zindex-popover;
6
+ display: block;
7
+ max-width: $popover-max-width;
8
+ // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
9
+ // So reset our font and text properties to avoid inheriting weird values.
10
+ @include reset-text();
11
+ @include font-size($popover-font-size);
12
+ // Allow breaking very long words so they don't overflow the popover's bounds
13
+ word-wrap: break-word;
14
+ background-color: $popover-bg;
15
+ background-clip: padding-box;
16
+ border: $popover-border-width solid $popover-border-color;
17
+ @include border-radius($popover-border-radius);
18
+ @include box-shadow($popover-box-shadow);
19
+
20
+ .arrow {
21
+ position: absolute;
22
+ display: block;
23
+ width: $popover-arrow-width;
24
+ height: $popover-arrow-height;
25
+ margin: 0 $popover-border-radius;
26
+
27
+ &::before,
28
+ &::after {
29
+ position: absolute;
30
+ display: block;
31
+ content: "";
32
+ border-color: transparent;
33
+ border-style: solid;
34
+ }
35
+ }
36
+ }
37
+
38
+ .bs-popover-top {
39
+ margin-bottom: $popover-arrow-height;
40
+
41
+ > .arrow {
42
+ bottom: subtract(-$popover-arrow-height, $popover-border-width);
43
+
44
+ &::before {
45
+ bottom: 0;
46
+ border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
47
+ border-top-color: $popover-arrow-outer-color;
48
+ }
49
+
50
+ &::after {
51
+ bottom: $popover-border-width;
52
+ border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
53
+ border-top-color: $popover-arrow-color;
54
+ }
55
+ }
56
+ }
57
+
58
+ .bs-popover-right {
59
+ margin-left: $popover-arrow-height;
60
+
61
+ > .arrow {
62
+ left: subtract(-$popover-arrow-height, $popover-border-width);
63
+ width: $popover-arrow-height;
64
+ height: $popover-arrow-width;
65
+ margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
66
+
67
+ &::before {
68
+ left: 0;
69
+ border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
70
+ border-right-color: $popover-arrow-outer-color;
71
+ }
72
+
73
+ &::after {
74
+ left: $popover-border-width;
75
+ border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
76
+ border-right-color: $popover-arrow-color;
77
+ }
78
+ }
79
+ }
80
+
81
+ .bs-popover-bottom {
82
+ margin-top: $popover-arrow-height;
83
+
84
+ > .arrow {
85
+ top: subtract(-$popover-arrow-height, $popover-border-width);
86
+
87
+ &::before {
88
+ top: 0;
89
+ border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
90
+ border-bottom-color: $popover-arrow-outer-color;
91
+ }
92
+
93
+ &::after {
94
+ top: $popover-border-width;
95
+ border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
96
+ border-bottom-color: $popover-arrow-color;
97
+ }
98
+ }
99
+
100
+ // This will remove the popover-header's border just below the arrow
101
+ .popover-header::before {
102
+ position: absolute;
103
+ top: 0;
104
+ left: 50%;
105
+ display: block;
106
+ width: $popover-arrow-width;
107
+ margin-left: -$popover-arrow-width / 2;
108
+ content: "";
109
+ border-bottom: $popover-border-width solid $popover-header-bg;
110
+ }
111
+ }
112
+
113
+ .bs-popover-left {
114
+ margin-right: $popover-arrow-height;
115
+
116
+ > .arrow {
117
+ right: subtract(-$popover-arrow-height, $popover-border-width);
118
+ width: $popover-arrow-height;
119
+ height: $popover-arrow-width;
120
+ margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
121
+
122
+ &::before {
123
+ right: 0;
124
+ border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
125
+ border-left-color: $popover-arrow-outer-color;
126
+ }
127
+
128
+ &::after {
129
+ right: $popover-border-width;
130
+ border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
131
+ border-left-color: $popover-arrow-color;
132
+ }
133
+ }
134
+ }
135
+
136
+ .bs-popover-auto {
137
+ &[x-placement^="top"] {
138
+ @extend .bs-popover-top;
139
+ }
140
+ &[x-placement^="right"] {
141
+ @extend .bs-popover-right;
142
+ }
143
+ &[x-placement^="bottom"] {
144
+ @extend .bs-popover-bottom;
145
+ }
146
+ &[x-placement^="left"] {
147
+ @extend .bs-popover-left;
148
+ }
149
+ }
150
+
151
+
152
+ // Offset the popover to account for the popover arrow
153
+ .popover-header {
154
+ padding: $popover-header-padding-y $popover-header-padding-x;
155
+ margin-bottom: 0; // Reset the default from Reboot
156
+ @include font-size($font-size-base);
157
+ color: $popover-header-color;
158
+ background-color: $popover-header-bg;
159
+ border-bottom: $popover-border-width solid darken($popover-header-bg, 5%);
160
+ @include border-top-radius($popover-inner-border-radius);
161
+
162
+ &:empty {
163
+ display: none;
164
+ }
165
+ }
166
+
167
+ .popover-body {
168
+ padding: $popover-body-padding-y $popover-body-padding-x;
169
+ color: $popover-body-color;
170
+ }
@@ -0,0 +1,141 @@
1
+ // stylelint-disable declaration-no-important, selector-no-qualifying-type
2
+
3
+ // Source: https://github.com/h5bp/main.css/blob/master/src/_print.css
4
+
5
+ // ==========================================================================
6
+ // Print styles.
7
+ // Inlined to avoid the additional HTTP request:
8
+ // https://www.phpied.com/delay-loading-your-print-css/
9
+ // ==========================================================================
10
+
11
+ @if $enable-print-styles {
12
+ @media print {
13
+ *,
14
+ *::before,
15
+ *::after {
16
+ // Bootstrap specific; comment out `color` and `background`
17
+ //color: $black !important; // Black prints faster
18
+ text-shadow: none !important;
19
+ //background: transparent !important;
20
+ box-shadow: none !important;
21
+ }
22
+
23
+ a {
24
+ &:not(.btn) {
25
+ text-decoration: underline;
26
+ }
27
+ }
28
+
29
+ // Bootstrap specific; comment the following selector out
30
+ //a[href]::after {
31
+ // content: " (" attr(href) ")";
32
+ //}
33
+
34
+ abbr[title]::after {
35
+ content: " (" attr(title) ")";
36
+ }
37
+
38
+ // Bootstrap specific; comment the following selector out
39
+ //
40
+ // Don't show links that are fragment identifiers,
41
+ // or use the `javascript:` pseudo protocol
42
+ //
43
+
44
+ //a[href^="#"]::after,
45
+ //a[href^="javascript:"]::after {
46
+ // content: "";
47
+ //}
48
+
49
+ pre {
50
+ white-space: pre-wrap !important;
51
+ }
52
+ pre,
53
+ blockquote {
54
+ border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px
55
+ page-break-inside: avoid;
56
+ }
57
+
58
+ //
59
+ // Printing Tables:
60
+ // https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
61
+ //
62
+
63
+ thead {
64
+ display: table-header-group;
65
+ }
66
+
67
+ tr,
68
+ img {
69
+ page-break-inside: avoid;
70
+ }
71
+
72
+ p,
73
+ h2,
74
+ h3 {
75
+ orphans: 3;
76
+ widows: 3;
77
+ }
78
+
79
+ h2,
80
+ h3 {
81
+ page-break-after: avoid;
82
+ }
83
+
84
+ // Bootstrap specific changes start
85
+
86
+ // Specify a size and min-width to make printing closer across browsers.
87
+ // We don't set margin here because it breaks `size` in Chrome. We also
88
+ // don't use `!important` on `size` as it breaks in Chrome.
89
+ @page {
90
+ size: $print-page-size;
91
+ }
92
+ body {
93
+ min-width: $print-body-min-width !important;
94
+ }
95
+ .container {
96
+ min-width: $print-body-min-width !important;
97
+ }
98
+
99
+ // Bootstrap components
100
+ .navbar {
101
+ display: none;
102
+ }
103
+ .badge {
104
+ border: $border-width solid $black;
105
+ }
106
+
107
+ .table {
108
+ border-collapse: collapse !important;
109
+
110
+ td,
111
+ th {
112
+ background-color: $white !important;
113
+ }
114
+ }
115
+
116
+ .table-bordered {
117
+ th,
118
+ td {
119
+ border: 1px solid $gray-300 !important;
120
+ }
121
+ }
122
+
123
+ .table-dark {
124
+ color: inherit;
125
+
126
+ th,
127
+ td,
128
+ thead th,
129
+ tbody + tbody {
130
+ border-color: $table-border-color;
131
+ }
132
+ }
133
+
134
+ .table .thead-dark th {
135
+ color: inherit;
136
+ border-color: $table-border-color;
137
+ }
138
+
139
+ // Bootstrap specific changes end
140
+ }
141
+ }
@@ -0,0 +1,47 @@
1
+ // Disable animation if transitions are disabled
2
+ @if $enable-transitions {
3
+ @keyframes progress-bar-stripes {
4
+ from { background-position: $progress-height 0; }
5
+ to { background-position: 0 0; }
6
+ }
7
+ }
8
+
9
+ .progress {
10
+ display: flex;
11
+ height: $progress-height;
12
+ overflow: hidden; // force rounded corners by cropping it
13
+ line-height: 0;
14
+ @include font-size($progress-font-size);
15
+ background-color: $progress-bg;
16
+ @include border-radius($progress-border-radius);
17
+ @include box-shadow($progress-box-shadow);
18
+ }
19
+
20
+ .progress-bar {
21
+ display: flex;
22
+ flex-direction: column;
23
+ justify-content: center;
24
+ overflow: hidden;
25
+ color: $progress-bar-color;
26
+ text-align: center;
27
+ white-space: nowrap;
28
+ background-color: $progress-bar-bg;
29
+ @include transition($progress-bar-transition);
30
+ }
31
+
32
+ .progress-bar-striped {
33
+ @include gradient-striped();
34
+ background-size: $progress-height $progress-height;
35
+ }
36
+
37
+ @if $enable-transitions {
38
+ .progress-bar-animated {
39
+ animation: $progress-bar-animation-timing progress-bar-stripes;
40
+
41
+ @if $enable-prefers-reduced-motion-media-query {
42
+ @media (prefers-reduced-motion: reduce) {
43
+ animation: none;
44
+ }
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,484 @@
1
+ // stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix
2
+
3
+ // Reboot
4
+ //
5
+ // Normalization of HTML elements, manually forked from Normalize.css to remove
6
+ // styles targeting irrelevant browsers while applying new styles.
7
+ //
8
+ // Normalize is licensed MIT. https://github.com/necolas/normalize.css
9
+
10
+
11
+ // Document
12
+ //
13
+ // 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
14
+ // 2. Change the default font family in all browsers.
15
+ // 3. Correct the line height in all browsers.
16
+ // 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
17
+ // 5. Change the default tap highlight to be completely transparent in iOS.
18
+
19
+ *,
20
+ *::before,
21
+ *::after {
22
+ box-sizing: border-box; // 1
23
+ }
24
+
25
+ html {
26
+ font-family: sans-serif; // 2
27
+ line-height: 1.15; // 3
28
+ -webkit-text-size-adjust: 100%; // 4
29
+ -webkit-tap-highlight-color: rgba($black, 0); // 5
30
+ }
31
+
32
+ // Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers)
33
+ // TODO: remove in v5
34
+ // stylelint-disable-next-line selector-list-comma-newline-after
35
+ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
36
+ display: block;
37
+ }
38
+
39
+ // Body
40
+ //
41
+ // 1. Remove the margin in all browsers.
42
+ // 2. As a best practice, apply a default `background-color`.
43
+ // 3. Set an explicit initial text-align value so that we can later use
44
+ // the `inherit` value on things like `<th>` elements.
45
+
46
+ body {
47
+ margin: 0; // 1
48
+ font-family: $font-family-base;
49
+ @include font-size($font-size-base);
50
+ font-weight: $font-weight-base;
51
+ line-height: $line-height-base;
52
+ color: $body-color;
53
+ text-align: left; // 3
54
+ background-color: $body-bg; // 2
55
+ }
56
+
57
+ // Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
58
+ // on elements that programmatically receive focus but wouldn't normally show a visible
59
+ // focus outline. In general, this would mean that the outline is only applied if the
60
+ // interaction that led to the element receiving programmatic focus was a keyboard interaction,
61
+ // or the browser has somehow determined that the user is primarily a keyboard user and/or
62
+ // wants focus outlines to always be presented.
63
+ //
64
+ // See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
65
+ // and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/
66
+ [tabindex="-1"]:focus:not(:focus-visible) {
67
+ outline: 0 !important;
68
+ }
69
+
70
+
71
+ // Content grouping
72
+ //
73
+ // 1. Add the correct box sizing in Firefox.
74
+ // 2. Show the overflow in Edge and IE.
75
+
76
+ hr {
77
+ box-sizing: content-box; // 1
78
+ height: 0; // 1
79
+ overflow: visible; // 2
80
+ }
81
+
82
+
83
+ //
84
+ // Typography
85
+ //
86
+
87
+ // Remove top margins from headings
88
+ //
89
+ // By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top
90
+ // margin for easier control within type scales as it avoids margin collapsing.
91
+ // stylelint-disable-next-line selector-list-comma-newline-after
92
+ h1, h2, h3, h4, h5, h6 {
93
+ margin-top: 0;
94
+ margin-bottom: $headings-margin-bottom;
95
+ }
96
+
97
+ // Reset margins on paragraphs
98
+ //
99
+ // Similarly, the top margin on `<p>`s get reset. However, we also reset the
100
+ // bottom margin to use `rem` units instead of `em`.
101
+ p {
102
+ margin-top: 0;
103
+ margin-bottom: $paragraph-margin-bottom;
104
+ }
105
+
106
+ // Abbreviations
107
+ //
108
+ // 1. Duplicate behavior to the data-* attribute for our tooltip plugin
109
+ // 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
110
+ // 3. Add explicit cursor to indicate changed behavior.
111
+ // 4. Remove the bottom border in Firefox 39-.
112
+ // 5. Prevent the text-decoration to be skipped.
113
+
114
+ abbr[title],
115
+ abbr[data-original-title] { // 1
116
+ text-decoration: underline; // 2
117
+ text-decoration: underline dotted; // 2
118
+ cursor: help; // 3
119
+ border-bottom: 0; // 4
120
+ text-decoration-skip-ink: none; // 5
121
+ }
122
+
123
+ address {
124
+ margin-bottom: 1rem;
125
+ font-style: normal;
126
+ line-height: inherit;
127
+ }
128
+
129
+ ol,
130
+ ul,
131
+ dl {
132
+ margin-top: 0;
133
+ margin-bottom: 1rem;
134
+ }
135
+
136
+ ol ol,
137
+ ul ul,
138
+ ol ul,
139
+ ul ol {
140
+ margin-bottom: 0;
141
+ }
142
+
143
+ dt {
144
+ font-weight: $dt-font-weight;
145
+ }
146
+
147
+ dd {
148
+ margin-bottom: .5rem;
149
+ margin-left: 0; // Undo browser default
150
+ }
151
+
152
+ blockquote {
153
+ margin: 0 0 1rem;
154
+ }
155
+
156
+ b,
157
+ strong {
158
+ font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari
159
+ }
160
+
161
+ small {
162
+ @include font-size(80%); // Add the correct font size in all browsers
163
+ }
164
+
165
+ //
166
+ // Prevent `sub` and `sup` elements from affecting the line height in
167
+ // all browsers.
168
+ //
169
+
170
+ sub,
171
+ sup {
172
+ position: relative;
173
+ @include font-size(75%);
174
+ line-height: 0;
175
+ vertical-align: baseline;
176
+ }
177
+
178
+ sub { bottom: -.25em; }
179
+ sup { top: -.5em; }
180
+
181
+
182
+ //
183
+ // Links
184
+ //
185
+
186
+ a {
187
+ color: $link-color;
188
+ text-decoration: $link-decoration;
189
+ background-color: transparent; // Remove the gray background on active links in IE 10.
190
+
191
+ @include hover() {
192
+ color: $link-hover-color;
193
+ text-decoration: $link-hover-decoration;
194
+ }
195
+ }
196
+
197
+ // And undo these styles for placeholder links/named anchors (without href).
198
+ // It would be more straightforward to just use a[href] in previous block, but that
199
+ // causes specificity issues in many other styles that are too complex to fix.
200
+ // See https://github.com/twbs/bootstrap/issues/19402
201
+
202
+ a:not([href]):not([class]) {
203
+ color: inherit;
204
+ text-decoration: none;
205
+
206
+ @include hover() {
207
+ color: inherit;
208
+ text-decoration: none;
209
+ }
210
+ }
211
+
212
+
213
+ //
214
+ // Code
215
+ //
216
+
217
+ pre,
218
+ code,
219
+ kbd,
220
+ samp {
221
+ font-family: $font-family-monospace;
222
+ @include font-size(1em); // Correct the odd `em` font sizing in all browsers.
223
+ }
224
+
225
+ pre {
226
+ // Remove browser default top margin
227
+ margin-top: 0;
228
+ // Reset browser default of `1em` to use `rem`s
229
+ margin-bottom: 1rem;
230
+ // Don't allow content to break outside
231
+ overflow: auto;
232
+ // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,
233
+ // making it impossible to interact with the content
234
+ -ms-overflow-style: scrollbar;
235
+ }
236
+
237
+
238
+ //
239
+ // Figures
240
+ //
241
+
242
+ figure {
243
+ // Apply a consistent margin strategy (matches our type styles).
244
+ margin: 0 0 1rem;
245
+ }
246
+
247
+
248
+ //
249
+ // Images and content
250
+ //
251
+
252
+ img {
253
+ vertical-align: middle;
254
+ border-style: none; // Remove the border on images inside links in IE 10-.
255
+ }
256
+
257
+ svg {
258
+ // Workaround for the SVG overflow bug in IE10/11 is still required.
259
+ // See https://github.com/twbs/bootstrap/issues/26878
260
+ overflow: hidden;
261
+ vertical-align: middle;
262
+ }
263
+
264
+
265
+ //
266
+ // Tables
267
+ //
268
+
269
+ table {
270
+ border-collapse: collapse; // Prevent double borders
271
+ }
272
+
273
+ caption {
274
+ padding-top: $table-cell-padding;
275
+ padding-bottom: $table-cell-padding;
276
+ color: $table-caption-color;
277
+ text-align: left;
278
+ caption-side: bottom;
279
+ }
280
+
281
+ // 1. Removes font-weight bold by inheriting
282
+ // 2. Matches default `<td>` alignment by inheriting `text-align`.
283
+ // 3. Fix alignment for Safari
284
+
285
+ th {
286
+ font-weight: $table-th-font-weight; // 1
287
+ text-align: inherit; // 2
288
+ text-align: -webkit-match-parent; // 3
289
+ }
290
+
291
+
292
+ //
293
+ // Forms
294
+ //
295
+
296
+ label {
297
+ // Allow labels to use `margin` for spacing.
298
+ display: inline-block;
299
+ margin-bottom: $label-margin-bottom;
300
+ }
301
+
302
+ // Remove the default `border-radius` that macOS Chrome adds.
303
+ //
304
+ // Details at https://github.com/twbs/bootstrap/issues/24093
305
+ button {
306
+ // stylelint-disable-next-line property-disallowed-list
307
+ border-radius: 0;
308
+ }
309
+
310
+ // Explicitly remove focus outline in Chromium when it shouldn't be
311
+ // visible (e.g. as result of mouse click or touch tap). It already
312
+ // should be doing this automatically, but seems to currently be
313
+ // confused and applies its very visible two-tone outline anyway.
314
+
315
+ button:focus:not(:focus-visible) {
316
+ outline: 0;
317
+ }
318
+
319
+ input,
320
+ button,
321
+ select,
322
+ optgroup,
323
+ textarea {
324
+ margin: 0; // Remove the margin in Firefox and Safari
325
+ font-family: inherit;
326
+ @include font-size(inherit);
327
+ line-height: inherit;
328
+ }
329
+
330
+ button,
331
+ input {
332
+ overflow: visible; // Show the overflow in Edge
333
+ }
334
+
335
+ button,
336
+ select {
337
+ text-transform: none; // Remove the inheritance of text transform in Firefox
338
+ }
339
+
340
+ // Set the cursor for non-`<button>` buttons
341
+ //
342
+ // Details at https://github.com/twbs/bootstrap/pull/30562
343
+ [role="button"] {
344
+ cursor: pointer;
345
+ }
346
+
347
+ // Remove the inheritance of word-wrap in Safari.
348
+ //
349
+ // Details at https://github.com/twbs/bootstrap/issues/24990
350
+ select {
351
+ word-wrap: normal;
352
+ }
353
+
354
+
355
+ // 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
356
+ // controls in Android 4.
357
+ // 2. Correct the inability to style clickable types in iOS and Safari.
358
+ button,
359
+ [type="button"], // 1
360
+ [type="reset"],
361
+ [type="submit"] {
362
+ -webkit-appearance: button; // 2
363
+ }
364
+
365
+ // Opinionated: add "hand" cursor to non-disabled button elements.
366
+ @if $enable-pointer-cursor-for-buttons {
367
+ button,
368
+ [type="button"],
369
+ [type="reset"],
370
+ [type="submit"] {
371
+ &:not(:disabled) {
372
+ cursor: pointer;
373
+ }
374
+ }
375
+ }
376
+
377
+ // Remove inner border and padding from Firefox, but don't restore the outline like Normalize.
378
+ button::-moz-focus-inner,
379
+ [type="button"]::-moz-focus-inner,
380
+ [type="reset"]::-moz-focus-inner,
381
+ [type="submit"]::-moz-focus-inner {
382
+ padding: 0;
383
+ border-style: none;
384
+ }
385
+
386
+ input[type="radio"],
387
+ input[type="checkbox"] {
388
+ box-sizing: border-box; // 1. Add the correct box sizing in IE 10-
389
+ padding: 0; // 2. Remove the padding in IE 10-
390
+ }
391
+
392
+
393
+ textarea {
394
+ overflow: auto; // Remove the default vertical scrollbar in IE.
395
+ // Textareas should really only resize vertically so they don't break their (horizontal) containers.
396
+ resize: vertical;
397
+ }
398
+
399
+ fieldset {
400
+ // Browsers set a default `min-width: min-content;` on fieldsets,
401
+ // unlike e.g. `<div>`s, which have `min-width: 0;` by default.
402
+ // So we reset that to ensure fieldsets behave more like a standard block element.
403
+ // See https://github.com/twbs/bootstrap/issues/12359
404
+ // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
405
+ min-width: 0;
406
+ // Reset the default outline behavior of fieldsets so they don't affect page layout.
407
+ padding: 0;
408
+ margin: 0;
409
+ border: 0;
410
+ }
411
+
412
+ // 1. Correct the text wrapping in Edge and IE.
413
+ // 2. Correct the color inheritance from `fieldset` elements in IE.
414
+ legend {
415
+ display: block;
416
+ width: 100%;
417
+ max-width: 100%; // 1
418
+ padding: 0;
419
+ margin-bottom: .5rem;
420
+ @include font-size(1.5rem);
421
+ line-height: inherit;
422
+ color: inherit; // 2
423
+ white-space: normal; // 1
424
+ }
425
+
426
+ progress {
427
+ vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.
428
+ }
429
+
430
+ // Correct the cursor style of increment and decrement buttons in Chrome.
431
+ [type="number"]::-webkit-inner-spin-button,
432
+ [type="number"]::-webkit-outer-spin-button {
433
+ height: auto;
434
+ }
435
+
436
+ [type="search"] {
437
+ // This overrides the extra rounded corners on search inputs in iOS so that our
438
+ // `.form-control` class can properly style them. Note that this cannot simply
439
+ // be added to `.form-control` as it's not specific enough. For details, see
440
+ // https://github.com/twbs/bootstrap/issues/11586.
441
+ outline-offset: -2px; // 2. Correct the outline style in Safari.
442
+ -webkit-appearance: none;
443
+ }
444
+
445
+ //
446
+ // Remove the inner padding in Chrome and Safari on macOS.
447
+ //
448
+
449
+ [type="search"]::-webkit-search-decoration {
450
+ -webkit-appearance: none;
451
+ }
452
+
453
+ //
454
+ // 1. Correct the inability to style clickable types in iOS and Safari.
455
+ // 2. Change font properties to `inherit` in Safari.
456
+ //
457
+
458
+ ::-webkit-file-upload-button {
459
+ font: inherit; // 2
460
+ -webkit-appearance: button; // 1
461
+ }
462
+
463
+ //
464
+ // Correct element displays
465
+ //
466
+
467
+ output {
468
+ display: inline-block;
469
+ }
470
+
471
+ summary {
472
+ display: list-item; // Add the correct display in all browsers
473
+ cursor: pointer;
474
+ }
475
+
476
+ template {
477
+ display: none; // Add the correct display in IE
478
+ }
479
+
480
+ // Always hide an element with the `hidden` HTML attribute (from PureCSS).
481
+ // Needed for proper display in IE 10-.
482
+ [hidden] {
483
+ display: none !important;
484
+ }