Commit c9eb483c authored by Mark Otto's avatar Mark Otto
Browse files

fixes #18320: pull in suit base reset for button focus styles in FF and IE

parent d36686af
Showing with 9 additions and 0 deletions
+9 -0
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment