Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
265e3e8
add input-dark
vdepizzol Jul 30, 2019
65bb088
add dark dropdown variation
vdepizzol Jul 30, 2019
e0d481e
include default README file for primer dropdown
vdepizzol Jul 30, 2019
14237e9
add existing dropdown stylesheet from github's css
vdepizzol Jul 30, 2019
f161e7b
whitespace meaningless change
vdepizzol Aug 5, 2019
2d0d537
Merge branch 'master' into input-dark
vdepizzol Aug 5, 2019
990634a
Apply suggestions from @shawnbot
vdepizzol Aug 8, 2019
3125d00
Merge branch 'master' into input-dark
simurai Aug 21, 2019
fcf410b
Update examples to work with doctocat
simurai Aug 21, 2019
32141dc
script/generate-bundle-readmes
simurai Aug 21, 2019
39e4272
:fire: Remove "JavaScript-powered"
simurai Aug 21, 2019
ee62c96
Fix linter
simurai Aug 21, 2019
eeea839
Merge branch 'master' into input-dark
shawnbot Aug 21, 2019
a0fb981
use role="none" for dropdown dividers
vdepizzol Sep 3, 2019
c5b1ba2
fix new bundle diff report
shawnbot Sep 4, 2019
9efaffa
Merge pull request #879 from primer/fix-bundle-size-report
shawnbot Sep 4, 2019
e5b4447
Update src/dropdowns/dropdown.scss
vdepizzol Sep 5, 2019
3739a51
Update src/dropdowns/dropdown.scss
vdepizzol Sep 5, 2019
8048e9a
move to src/product/index.scss per @shawnbot's suggestion
vdepizzol Sep 5, 2019
6964be2
create empty stats for new bundles
shawnbot Sep 5, 2019
4ee534c
rename src/dropdowns to src/dropdown
vdepizzol Sep 5, 2019
df7606e
add dropdown to product instead of core
vdepizzol Sep 5, 2019
3ad0b9f
re-run script/generate-bundle-readmes
shawnbot Sep 5, 2019
bd92767
tighten up dropdown docs front matter
shawnbot Sep 5, 2019
8217df4
status: "New release" -> "New"
shawnbot Sep 5, 2019
21798b6
wrap dropdown examples in container to make them visibles
vdepizzol Sep 5, 2019
dfe0aaf
adjust container wrap in dropdown examples
vdepizzol Sep 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔥 Remove "JavaScript-powered"
<details> is now recommended.
  • Loading branch information
simurai committed Aug 21, 2019
commit 39e4272ba2bebb75bea77989c07192e6e33450c0
2 changes: 1 addition & 1 deletion docs/content/components/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ symbols:
]
---

Dropdowns are lightweight, JavaScript-powered context menus for housing navigation and actions. They're great for instances where you don't need the full power (and code) of the select menu.
Dropdowns are lightweight context menus for housing navigation and actions. They're great for instances where you don't need the full power (and code) of the select menu.

## Basic examples

Expand Down