From: Patrick H. Lauke Date: Thu, 1 May 2014 19:26:42 +0000 (+0100) Subject: Remove sr-only from components/dropdown entirely X-Git-Tag: v3.2.0~207^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13461%2Fhead;p=thirdparty%2Fbootstrap.git Remove sr-only from components/dropdown entirely possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example) --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index f4494b8a3d..93da73250e 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -7,8 +7,8 @@

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.