2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add v4.4.1 docs. (#29759)

This commit is contained in:
XhmikosR
2019-11-28 15:10:07 +02:00
committed by GitHub
parent c3675da97d
commit 6f37bc8525
114 changed files with 268 additions and 266 deletions
+7 -5
View File
@@ -1,5 +1,5 @@
/*!
* Bootstrap v4.4.0 (https://getbootstrap.com/)
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -2211,7 +2211,8 @@ textarea.form-control {
margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label {
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
@@ -3800,11 +3801,11 @@ input[type="button"].btn-block {
border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label {
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before {
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
@@ -4001,7 +4002,8 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label {
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}