diff options
| author | Mark Otto <[email protected]> | 2013-02-05 19:40:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 19:40:32 -0800 |
| commit | 9443eb6e21dc784a98d01aa2206bf0807e549873 (patch) | |
| tree | f2caeb252c426a4417d699d7aa967b6eb38ef802 | |
| parent | 15c7e73abd8d97f0139d177d05c94e26faa17dd2 (diff) | |
| download | bootstrap-9443eb6e21dc784a98d01aa2206bf0807e549873.tar.xz bootstrap-9443eb6e21dc784a98d01aa2206bf0807e549873.zip | |
restore comma between selectors
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 13490a637..bbfe3fd3e 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -114,7 +114,7 @@ color: @grayLight; } // Nuke hover/focus effects -.dropdown-menu > .disabled > a:hover +.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; |
