From: Julien Déramond Date: Thu, 24 Feb 2022 07:04:10 +0000 (+0100) Subject: Remove border of disabled calendar buttons in Dropdowns example X-Git-Tag: v5.2.0-beta1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b8114462a7fd10fd05d503280f1f06c3df4a42;p=thirdparty%2Fbootstrap.git Remove border of disabled calendar buttons in Dropdowns example --- diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.1/examples/dropdowns/dropdowns.css index 2426de8b9f..556f310a9d 100644 --- a/site/content/docs/5.1/examples/dropdowns/dropdowns.css +++ b/site/content/docs/5.1/examples/dropdowns/dropdowns.css @@ -52,6 +52,7 @@ background-color: rgba(0, 0, 0, .05); } .cal-btn[disabled] { + border: 0; opacity: .5; }