Compare commits

..

No commits in common. "71de892c1c618fea9dafd2cad2db70bf4cd94924" and "e45ef47a097e6828a5ac2717dd8dabfab3a99436" have entirely different histories.

11 changed files with 19 additions and 31 deletions

File diff suppressed because one or more lines are too long

View file

@ -13,7 +13,7 @@
display: block; display: block;
min-height: $font-size-base * $line-height-base; min-height: $font-size-base * $line-height-base;
padding-left: $custom-control-gutter + $custom-control-indicator-size; padding-left: $custom-control-gutter + $custom-control-indicator-size;
print-color-adjust: exact; // Keep themed appearance for print color-adjust: exact; // Keep themed appearance for print
} }
.custom-control-inline { .custom-control-inline {
@ -91,7 +91,7 @@
pointer-events: none; pointer-events: none;
content: ""; content: "";
background-color: $custom-control-indicator-bg; background-color: $custom-control-indicator-bg;
border: $custom-control-indicator-border-width solid $custom-control-indicator-border-color; border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
@include box-shadow($custom-control-indicator-box-shadow); @include box-shadow($custom-control-indicator-box-shadow);
} }

View file

@ -37,13 +37,10 @@
.nav-link { .nav-link {
margin-bottom: -$nav-tabs-border-width; margin-bottom: -$nav-tabs-border-width;
background-color: transparent;
border: $nav-tabs-border-width solid transparent; border: $nav-tabs-border-width solid transparent;
@include border-top-radius($nav-tabs-border-radius); @include border-top-radius($nav-tabs-border-radius);
@include hover-focus() { @include hover-focus() {
// Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
isolation: isolate;
border-color: $nav-tabs-link-hover-border-color; border-color: $nav-tabs-link-hover-border-color;
} }
@ -76,8 +73,6 @@
.nav-pills { .nav-pills {
.nav-link { .nav-link {
background: none;
border: 0;
@include border-radius($nav-pills-border-radius); @include border-radius($nav-pills-border-radius);
} }

View file

@ -11,7 +11,7 @@
width: $spinner-width; width: $spinner-width;
height: $spinner-height; height: $spinner-height;
vertical-align: $spinner-vertical-align; vertical-align: $spinner-vertical-align;
border: $spinner-border-width solid currentcolor; border: $spinner-border-width solid currentColor;
border-right-color: transparent; border-right-color: transparent;
// stylelint-disable-next-line property-disallowed-list // stylelint-disable-next-line property-disallowed-list
border-radius: 50%; border-radius: 50%;
@ -43,7 +43,7 @@
width: $spinner-width; width: $spinner-width;
height: $spinner-height; height: $spinner-height;
vertical-align: $spinner-vertical-align; vertical-align: $spinner-vertical-align;
background-color: currentcolor; background-color: currentColor;
// stylelint-disable-next-line property-disallowed-list // stylelint-disable-next-line property-disallowed-list
border-radius: 50%; border-radius: 50%;
opacity: 0; opacity: 0;

View file

@ -17,10 +17,4 @@
height: 0; height: 0;
overflow: hidden; overflow: hidden;
@include transition($transition-collapse); @include transition($transition-collapse);
&.width {
width: 0;
height: auto;
@include transition($transition-collapse-width);
}
} }

View file

@ -257,7 +257,6 @@ $caret-spacing: $caret-width * .85 !default;
$transition-base: all .2s ease-in-out !default; $transition-base: all .2s ease-in-out !default;
$transition-fade: opacity .15s linear !default; $transition-fade: opacity .15s linear !default;
$transition-collapse: height .35s ease !default; $transition-collapse: height .35s ease !default;
$transition-collapse-width: width .35s ease !default;
$embed-responsive-aspect-ratios: () !default; $embed-responsive-aspect-ratios: () !default;
$embed-responsive-aspect-ratios: join( $embed-responsive-aspect-ratios: join(
@ -320,7 +319,7 @@ $display-line-height: $headings-line-height !default;
$lead-font-size: $font-size-base * 1.25 !default; $lead-font-size: $font-size-base * 1.25 !default;
$lead-font-weight: 300 !default; $lead-font-weight: 300 !default;
$small-font-size: .875em !default; $small-font-size: 80% !default;
$text-muted: $gray-600 !default; $text-muted: $gray-600 !default;

View file

@ -1,7 +1,7 @@
/*! /*!
* Bootstrap Grid v4.6.2 (https://getbootstrap.com/) * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc. * Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */

View file

@ -1,7 +1,7 @@
/*! /*!
* Bootstrap Reboot v4.6.2 (https://getbootstrap.com/) * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc. * Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/ */

View file

@ -1,7 +1,7 @@
/*! /*!
* Bootstrap v4.6.2 (https://getbootstrap.com/) * Bootstrap v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc. * Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */

View file

@ -11,7 +11,7 @@
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
white-space: normal;
word-spacing: normal; word-spacing: normal;
white-space: normal;
line-break: auto; line-break: auto;
} }

View file

@ -57,7 +57,7 @@
{{/* Style */}} {{/* Style */}}
{{ if ne (os.Getenv "HUGO_BLOX_POSTCSS") "true" }} {{ if ne (os.Getenv "HUGO_BLOX_POSTCSS") "true" }}
{{ $styles := resources.Get "dist/wc.min.css" | fingerprint "sha256" }} {{ $styles := resources.Get "dist/wc.min.css" }}
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" /> <link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
{{ else }} {{ else }}
{{ $options := dict "inlineImports" true }} {{ $options := dict "inlineImports" true }}