8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c4c0b commit a23cf74Copy full SHA for a23cf74
scss/_dropdown.scss
@@ -1,4 +1,4 @@
1
-// The dropdown wrapper (div)
+// The dropdown wrapper (`<div>`)
2
.dropup,
3
.dropdown {
4
position: relative;
@@ -34,7 +34,7 @@
34
}
35
36
37
-// The dropdown menu (ul)
+// The dropdown menu
38
.dropdown-menu {
39
position: absolute;
40
top: 100%;
@@ -56,14 +56,14 @@
56
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
57
58
59
-// Dividers (basically an hr) within the dropdown
+// Dividers (basically an `<hr>`) within the dropdown
60
.dropdown-divider {
61
@include nav-divider($dropdown-divider-bg);
62
63
64
// Links, buttons, and more within the dropdown menu
65
//
66
-// `<button>`-specific styles are denoted with `// for <button>s`
+// `<button>`-specific styles are denoted with `// For <button>s`
67
.dropdown-item {
68
display: block;
69
width: 100%; // For `<button>`s
0 commit comments