2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #9371 from ggam/buttons-consistency

Renamed btn-pseudo-states mixin to btn-variant for consistency
This commit is contained in:
Mark Otto
2013-08-12 10:06:34 -07:00
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -352,11 +352,11 @@
}
}
// Button pseudo states
// Button variants
// -------------------------
// Easily pump out default styles, as well as :hover, :focus, :active,
// and disabled options for all buttons
.btn-pseudo-states(@color; @background; @border) {
.button-variant(@color; @background; @border) {
color: @color;
background-color: @background;
border-color: @border;