DecodedCo / pollen

Styles and patterns library
0 stars 0 forks source link

.btn-default hover is invisible #31

Closed SomeHats closed 10 years ago

SomeHats commented 10 years ago

From base.css:

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
SomeHats commented 10 years ago

Another example: screen shot 2014-04-08 at 16 04 53