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
c9eb483c
Commit
c9eb483c
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#18320
: pull in suit base reset for button focus styles in FF and IE
parent
d36686af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_reboot.scss
+9
-0
scss/_reboot.scss
with
9 additions
and
0 deletions
+9
-0
scss/_reboot.scss
+
9
-
0
View file @
c9eb483c
...
...
@@ -264,6 +264,15 @@ label {
margin-bottom
:
.5rem
;
}
// Work around a Firefox/IE bug where the transparent `button` background
// results in a loss of the default `button` focus styles.
//
// Credit: https://github.com/suitcss/base/
button
:focus
{
outline
:
1px
dotted
;
outline
:
5px
auto
-
webkit-focus-ring-color
;
}
input
,
button
,
select
,
...
...
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