aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 11:00:40 +0200
committerMark Otto <[email protected]>2013-09-01 11:00:40 +0200
commit62477653e70270ec386207f5d2d9fcfa0c66fc75 (patch)
tree8e59c69e1f46212c6d73851ea7c1f14f98ff5dc4 /examples/theme
parente8f7d4fcef07a09c2ef767149d7e93a727b3732e (diff)
downloadbootstrap-62477653e70270ec386207f5d2d9fcfa0c66fc75.tar.xz
bootstrap-62477653e70270ec386207f5d2d9fcfa0c66fc75.zip
fixes #10111: different colors for dropdown link hover and active states
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html
index f29f440f1..71b612e86 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -125,7 +125,7 @@
<div class="dropdown theme-dropdown clearfix">
<a id="dropdownMenu1" href="#" role="button" class="sr-only dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
- <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
+ <li class="active" role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
<li role="presentation" class="divider"></li>