0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

edit comment on IE7-8 support of :focus in navbar-search

This commit is contained in:
Mark Otto 2012-02-12 11:17:46 -08:00
parent a2bc22bad5
commit b9d5ceb14b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -133,7 +133,7 @@
background-color: @grayLight; background-color: @grayLight;
background-color: rgba(255,255,255,.5); background-color: rgba(255,255,255,.5);
} }
// Focus states (we use .focused since IE8 and down doesn't support :focus) // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
&:focus, &:focus,
&.focused { &.focused {
padding: 5px 10px; padding: 5px 10px;