diff options
Diffstat (limited to 'vendor/twbs/bootstrap/scss/_placeholders.scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/_placeholders.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/scss/_placeholders.scss b/vendor/twbs/bootstrap/scss/_placeholders.scss index 2f647cc9b..6e32e1cdb 100644 --- a/vendor/twbs/bootstrap/scss/_placeholders.scss +++ b/vendor/twbs/bootstrap/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 { |