diff options
| author | Chris Rebert <[email protected]> | 2015-11-27 20:12:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-27 20:12:37 -0800 |
| commit | a23cf74340ef11ed7de81c2e105062b1e7f511e7 (patch) | |
| tree | 7c07e8fb6ed509886e3844bf8cb43c8d3e25178c | |
| parent | b4c4c0b129639bfcd993bdb7fd0e54b982d23930 (diff) | |
| download | bootstrap-a23cf74340ef11ed7de81c2e105062b1e7f511e7.tar.xz bootstrap-a23cf74340ef11ed7de81c2e105062b1e7f511e7.zip | |
_dropdown.scss: Revise comments; fixes #18363
[skip sauce]
| -rw-r--r-- | scss/_dropdown.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index c477dfb17..ab3dfce15 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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%; @@ -56,14 +56,14 @@ @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 |
