The Wayback Machine - https://web.archive.org/web/20211023045015/https://github.com/topics/styled-components
Skip to content
#

styled-components

styled-components logo

styled-components is a JavaScript library that makes styling React apps enjoyable using the best bits of ES6 and CSS.

Here are 11,331 public repositories matching this topic...

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse

Created by Glen Maddern, Max Stoiber

Released October 2016

Latest release 4 days ago

Repository
styled-components/styled-components
Website
styled-components.com

Related Topics

css react react-native