File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
site/content/docs/4.6/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ <h1>Dropdown <small>Bootstrap Visual Test</small></h1>
9595 </ div >
9696
9797 < div class ="col-sm-12 mt-4 ">
98- < div class ="btn-group dropup " role =" group " >
98+ < div class ="btn-group dropup ">
9999 < a href ="# " class ="btn btn-secondary "> Dropup split align right</ a >
100100 < button type ="button " id ="dropdown-page-subheader-button-3 " class ="btn btn-secondary dropdown-toggle dropdown-toggle-split " data-toggle ="dropdown " aria-expanded ="false ">
101101 < span class ="sr-only "> Product actions</ span >
@@ -117,7 +117,7 @@ <h1>Dropdown <small>Bootstrap Visual Test</small></h1>
117117 </ div >
118118
119119 < div class ="col-sm-12 mt-4 ">
120- < div class ="btn-group dropright " role =" group " >
120+ < div class ="btn-group dropright ">
121121 < a href ="# " class ="btn btn-secondary "> Dropright split</ a >
122122 < button type ="button " id ="dropdown-page-subheader-button-4 " class ="btn btn-secondary dropdown-toggle dropdown-toggle-split " data-toggle ="dropdown " aria-expanded ="false ">
123123 < span class ="sr-only "> Product actions</ span >
@@ -139,7 +139,7 @@ <h1>Dropdown <small>Bootstrap Visual Test</small></h1>
139139 </ div >
140140 </ div >
141141 <!-- dropleft -->
142- < div class ="btn-group dropleft " role =" group " >
142+ < div class ="btn-group dropleft ">
143143 < a href ="# " class ="btn btn-secondary "> Dropleft split</ a >
144144 < button type ="button " id ="dropdown-page-subheader-button-5 " class ="btn btn-secondary dropdown-toggle dropdown-toggle-split " data-toggle ="dropdown " aria-expanded ="false ">
145145 < span class ="sr-only "> Product actions</ span >
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ Trigger dropdown menus at the left of the elements by adding `.dropleft` to the
488488 </div>
489489 </div >
490490 <div class =" btn-group " >
491- <div class="btn-group dropleft" role="group" >
491+ <div class="btn-group dropleft">
492492 <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-expanded="false">
493493 <span class="sr-only">Toggle Dropleft</span>
494494 </button>
@@ -519,7 +519,7 @@ Trigger dropdown menus at the left of the elements by adding `.dropleft` to the
519519
520520<!-- Split dropleft button -->
521521<div class =" btn-group" >
522- <div class =" btn-group dropleft" role = " group " >
522+ <div class =" btn-group dropleft" >
523523 <button type =" button" class =" btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle =" dropdown" aria-expanded =" false" >
524524 <span class =" sr-only" >Toggle Dropleft</span >
525525 </button >
You can’t perform that action at this time.
0 commit comments