From 463e02511bcf584769052b6fc47c8d9af8901291 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 1 May 2014 20:26:42 +0100 Subject: [PATCH] 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) --- docs/_includes/components/dropdowns.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.