2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Renamed btn-pseudo-states mixin to btn-variant for consistency

This commit is contained in:
ggam
2013-08-12 13:55:09 +02:00
parent 175a112548
commit 83293516b6
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -362,11 +362,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;