2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
This commit is contained in:
Chris Rebert
2014-01-11 17:27:34 -08:00
parent e2908975ad
commit 4787a69efb
6 changed files with 14 additions and 7 deletions
+7 -2
View File
@@ -19,8 +19,13 @@
.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,