@@ -16,7 +16,11 @@
*/
@mixin ck-focus-shadow() {
&:focus {
+ outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
+
+ // To avoid collision with border in Firefox.
+ outline-offset: -2px;
}