diff options
| author | Mark Otto <[email protected]> | 2013-09-01 11:00:40 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 11:00:40 +0200 |
| commit | 62477653e70270ec386207f5d2d9fcfa0c66fc75 (patch) | |
| tree | 8e59c69e1f46212c6d73851ea7c1f14f98ff5dc4 /examples/theme | |
| parent | e8f7d4fcef07a09c2ef767149d7e93a727b3732e (diff) | |
| download | bootstrap-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.html | 2 |
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> |
