]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore comma between selectors
authorMark Otto <otto@github.com>
Wed, 6 Feb 2013 03:40:32 +0000 (19:40 -0800)
committerMark Otto <otto@github.com>
Wed, 6 Feb 2013 03:40:32 +0000 (19:40 -0800)
less/dropdowns.less

index 13490a637b644dc05548a67f07ddfd315e264275..bbfe3fd3e3a9f0d203f02a3fe6739de67679531a 100644 (file)
   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;