2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Follow up to #13907: Add .focus styles for buttons

This commit is contained in:
Mark Otto
2014-07-07 00:56:06 -07:00
parent 6f88238a6b
commit 9ed9eb97ee
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -23,13 +23,15 @@
&,
&:active,
&.active {
&:focus {
&:focus,
&.focus {
.tab-focus();
}
}
&:hover,
&:focus {
&:focus,
&.focus {
color: @btn-default-color;
text-decoration: none;
}