Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
91475c86
Commit
91475c86
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#1631
by adding focus to radio buttons
parent
4a09cf04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+4
-1
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
5 additions
and
1 deletion
+5
-1
docs/assets/bootstrap.zip
+
0
-
0
View file @
91475c86
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
4
-
1
View file @
91475c86
...
@@ -654,7 +654,10 @@ input:focus, textarea:focus {
...
@@ -654,7 +654,10 @@ input:focus, textarea:focus {
/* IE6-8 */
/* IE6-8 */
}
}
input
[
type
=
"file"
]
:focus
,
input
[
type
=
"checkbox"
]
:focus
,
select
:focus
{
input
[
type
=
"file"
]
:focus
,
input
[
type
=
"radio"
]
:focus
,
input
[
type
=
"checkbox"
]
:focus
,
select
:focus
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
91475c86
...
@@ -202,6 +202,7 @@ textarea:focus {
...
@@ -202,6 +202,7 @@ textarea:focus {
outline: thin dotted \9; /* IE6-8 */
outline: thin dotted \9; /* IE6-8 */
}
}
input[type="file"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus,
select:focus {
select:focus {
.box-shadow(none); // override for file inputs
.box-shadow(none); // override for file inputs
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment