]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_dropdown.scss: Revise comments; fixes #18363
authorChris Rebert <github@chrisrebert.com>
Sat, 28 Nov 2015 04:12:37 +0000 (20:12 -0800)
committerChris Rebert <github@chrisrebert.com>
Sat, 28 Nov 2015 04:12:37 +0000 (20:12 -0800)
[skip sauce]

scss/_dropdown.scss

index c477dfb172e17b4590b228be8ec5edb0156950c9..ab3dfce158a454378992f4e91c027e648909dc95 100644 (file)
@@ -1,4 +1,4 @@
-// The dropdown wrapper (div)
+// The dropdown wrapper (`<div>`)
 .dropup,
 .dropdown {
   position: relative;
@@ -34,7 +34,7 @@
   }
 }
 
-// The dropdown menu (ul)
+// The dropdown menu
 .dropdown-menu {
   position: absolute;
   top: 100%;
   @include box-shadow(0 6px 12px rgba(0,0,0,.175));
 }
 
-// Dividers (basically an hr) within the dropdown
+// Dividers (basically an `<hr>`) within the dropdown
 .dropdown-divider {
   @include nav-divider($dropdown-divider-bg);
 }
 
 // Links, buttons, and more within the dropdown menu
 //
-// `<button>`-specific styles are denoted with `// for <button>s`
+// `<button>`-specific styles are denoted with `// For <button>s`
 .dropdown-item {
   display: block;
   width: 100%; // For `<button>`s