Skip to content

Commit

Permalink
added solid outline-style to avoid performance problem with Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Feb 26, 2015
1 parent 5798f84 commit 93b542a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
vertical-align: top;
width: 200px;
}
textarea:focus {
outline-style: solid;
outline-width: 2px;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 93b542a

Please sign in to comment.