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
d482b712
Commit
d482b712
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9425
: focused input in docs gets actual focus styles
parent
3e373a84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/css/docs.css
+1
-1
assets/css/docs.css
with
1 addition
and
1 deletion
+1
-1
assets/css/docs.css
+
1
-
1
View file @
d482b712
...
@@ -717,7 +717,7 @@ body {
...
@@ -717,7 +717,7 @@ body {
-------------------------------------------------- */
-------------------------------------------------- */
/* Pseudo :focus state for showing how it looks in the docs */
/* Pseudo :focus state for showing how it looks in the docs */
input
.
focused
{
#
focused
Input
{
border-color
:
rgba
(
82
,
168
,
236
,
.8
);
border-color
:
rgba
(
82
,
168
,
236
,
.8
);
outline
:
0
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
/* IE6-9 */
outline
:
thin
dotted
\
9
;
/* IE6-9 */
...
...
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