Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Fix: Accessibility tab focus getting hidden #2242

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ h6 {
color: $gray;
font-size: 1rem;
height: 2rem;
outline: none;
padding: 1rem;
padding-left: 3rem;
width: calc(100% - 4rem);
Expand Down Expand Up @@ -2690,10 +2689,6 @@ abbr {
padding: 0.5rem;
padding-right: 1.4rem;
width: 100%;

&:focus {
outline: none;
}
}
}

Expand Down Expand Up @@ -2849,7 +2844,6 @@ input {
cursor: pointer;
height: 14px;
margin: 0;
outline: none;
position: relative;
transition: all 300ms ease-in-out;
width: 24px;
Expand Down Expand Up @@ -3288,7 +3282,6 @@ footer {
font-size: 10px !important;
font-weight: 600;
margin: 0;
outline: none;
padding: 10px 15px;
text-align: center;
transition: background 0.25s ease-in-out;
Expand Down