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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-04-05 18:35:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-04-05 18:42:27 +0300
commit22e2a43ee9dbddb3e1233c4fc110852f9d8507c8 (patch)
tree8341a17ea325afde02ffb0504581fa280c11e194
parent0bb77f583cf48fc244b453bbc907d34c6e0df74d (diff)
Fix currentcolor casedeps
-rw-r--r--scss/_placeholders.scss2
-rw-r--r--scss/_spinners.scss2
-rw-r--r--scss/_variables.scss2
-rw-r--r--scss/helpers/_vr.scss2
-rw-r--r--site/assets/scss/_content.scss2
-rw-r--r--site/content/docs/5.1/examples/features/features.css2
6 files changed, 6 insertions, 6 deletions
diff --git a/scss/_placeholders.scss b/scss/_placeholders.scss
index 2f647cc9ba..6e32e1cdb9 100644
--- a/scss/_placeholders.scss
+++ b/scss/_placeholders.scss
@@ -3,7 +3,7 @@
min-height: 1em;
vertical-align: middle;
cursor: wait;
- background-color: currentColor;
+ background-color: currentcolor;
opacity: $placeholder-opacity-max;
&.btn::before {
diff --git a/scss/_spinners.scss b/scss/_spinners.scss
index 2ea94ca4ce..2fc7d3edc5 100644
--- a/scss/_spinners.scss
+++ b/scss/_spinners.scss
@@ -66,7 +66,7 @@
--#{$prefix}spinner-animation-name: spinner-grow;
// scss-docs-end spinner-grow-css-vars
- background-color: currentColor;
+ background-color: currentcolor;
opacity: 0;
}
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 637cc6becd..7a19677946 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -685,7 +685,7 @@ $table-border-color: var(--#{$prefix}border-color) !default;
$table-striped-order: odd !default;
$table-striped-columns-order: even !default;
-$table-group-separator-color: currentColor !default;
+$table-group-separator-color: currentcolor !default;
$table-caption-color: $text-muted !default;
diff --git a/scss/helpers/_vr.scss b/scss/helpers/_vr.scss
index 37f864777a..9bca099536 100644
--- a/scss/helpers/_vr.scss
+++ b/scss/helpers/_vr.scss
@@ -3,6 +3,6 @@
align-self: stretch;
width: 1px;
min-height: 1em;
- background-color: currentColor;
+ background-color: currentcolor;
opacity: $hr-opacity;
}
diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss
index e8ec8ac150..d796c491e0 100644
--- a/site/assets/scss/_content.scss
+++ b/site/assets/scss/_content.scss
@@ -43,7 +43,7 @@
}
thead {
- border-bottom: 2px solid currentColor;
+ border-bottom: 2px solid currentcolor;
}
th,
diff --git a/site/content/docs/5.1/examples/features/features.css b/site/content/docs/5.1/examples/features/features.css
index f8322faf03..619222364d 100644
--- a/site/content/docs/5.1/examples/features/features.css
+++ b/site/content/docs/5.1/examples/features/features.css
@@ -7,7 +7,7 @@
.icon-link > .bi {
margin-top: .125rem;
margin-left: .125rem;
- fill: currentColor;
+ fill: currentcolor;
transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {