]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove border of disabled calendar buttons in Dropdowns example
authorJulien Déramond <julien.deramond@orange.com>
Thu, 24 Feb 2022 07:04:10 +0000 (08:04 +0100)
committerMark Otto <otto@github.com>
Fri, 25 Feb 2022 20:37:27 +0000 (12:37 -0800)
site/content/docs/5.1/examples/dropdowns/dropdowns.css

index 2426de8b9fe0be47e0ed00970ca52fb34351233b..556f310a9dafc7a765783301f9c832333d415e2d 100644 (file)
@@ -52,6 +52,7 @@
   background-color: rgba(0, 0, 0, .05);
 }
 .cal-btn[disabled] {
+  border: 0;
   opacity: .5;
 }