diff options
| author | Haishan <[email protected]> | 2020-08-06 16:26:01 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-08-06 22:40:26 +0800 |
| commit | 2c9ee574ddd5d242021e5954ca6f6144f99eb7f2 (patch) | |
| tree | f085d8083f106f2decd1156c6ba715c34acd38ed /src/components/proxies/Proxy.module.css | |
| parent | 941224c13ba87d2c3f36fb86652f046a5c76e00d (diff) | |
refactor: improve a11y
Diffstat (limited to 'src/components/proxies/Proxy.module.css')
| -rw-r--r-- | src/components/proxies/Proxy.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/proxies/Proxy.module.css b/src/components/proxies/Proxy.module.css index f233193..03c4df8 100644 --- a/src/components/proxies/Proxy.module.css +++ b/src/components/proxies/Proxy.module.css @@ -9,6 +9,12 @@ flex-direction: column; justify-content: space-between; + outline: none; + border: 1px solid transparent; + &:focus { + border: 1px solid var(--color-focus-blue); + } + max-width: 280px; @media (--breakpoint-not-small) { min-width: 200px; |
