From dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Nov 2019 14:37:56 +0200 Subject: Release v4.4.1. --- dist/css/bootstrap.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 83f999516..8eac957a5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; } -- cgit v1.2.3