Update to Bootstrap 3.1.1

This commit is contained in:
Ben Word
2014-02-13 16:23:15 -06:00
parent e88cf58d45
commit fa6b8eced0
55 changed files with 182 additions and 154 deletions

8
assets/less/bootstrap/buttons.less Normal file → Executable file
View File

@@ -19,8 +19,12 @@
.button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);
.user-select(none);
&:focus {
.tab-focus();
&,
&:active,
&.active {
&:focus {
.tab-focus();
}
}
&:hover,