Skip to content
Snippets Groups Projects
Commit abc256ba authored by Omkar Deshpande's avatar Omkar Deshpande Committed by Chris Wells
Browse files

Issue #3329889 by omkar-pd, chrisfromredfin, atul ghate, lostcarpark: Tabbing...

Issue #3329889 by omkar-pd, chrisfromredfin, atul ghate, lostcarpark: Tabbing on to List and Grid buttons does not indicate focus
parent 7b8ca978
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -391,6 +391,9 @@ ...@@ -391,6 +391,9 @@
display: flex; display: flex;
margin-inline-end: 25px; margin-inline-end: 25px;
} }
.project-browser__toggle:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769;
}
.project-browser__toggle.project-browser__list-button { .project-browser__toggle.project-browser__list-button {
margin-inline-end: 5px; margin-inline-end: 5px;
border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment