8000 _dropdown.scss: Revise comments; fixes #18363 · liuwenye2010/bootstrap@a23cf74 · GitHub
[go: up one dir, main page]

Skip to content

Commit a23cf74

Browse files
committed
_dropdown.scss: Revise comments; fixes twbs#18363
[skip sauce]
1 parent b4c4c0b commit a23cf74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scss/_dropdown.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// The dropdown wrapper (div)
1+
// The dropdown wrapper (`<div>`)
22
.dropup,
33
.dropdown {
44
position: relative;
@@ -34,7 +34,7 @@
3434
}
3535
}
3636

37-
// The dropdown menu (ul)
37+
// The dropdown menu
3838
.dropdown-menu {
3939
position: absolute;
4040
top: 100%;
@@ -56,14 +56,14 @@
5656
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
5757
}
5858

59-
// Dividers (basically an hr) within the dropdown
59+
// Dividers (basically an `<hr>`) within the dropdown
6060
.dropdown-divider {
6161
@include nav-divider($dropdown-divider-bg);
6262
}
6363

6464
// Links, buttons, and more within the dropdown menu
6565
//
66-
// `<button>`-specific styles are denoted with `// for <button>s`
66+
// `<button>`-specific styles are denoted with `// For <button>s`
6767
.dropdown-item {
6868
display: block;
6969
width: 100%; // For `<button>`s

0 commit comments

Comments
 (0)
0