Skip to content

Commit

Permalink
Appearance of focused buttons and links.
Browse files Browse the repository at this point in the history
  • Loading branch information
krulis-martin committed Oct 10, 2021
1 parent bccf304 commit f714b3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/containers/App/recodex.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,17 @@ table.table-hover td.clickable:hover, table.table-hover th.clickable:hover {
flex: 1 1 auto;
}

button:focus {
filter: contrast(120%) brightness(80%);
outline: 3px solid #6af!important;
}

a:focus {
filter: contrast(120%) brightness(80%);
text-shadow: 1px 1px 3px #666;
outline: 0;
}

@keyframes card-target {
0% {
box-shadow: 0 0 0 0 rgba(255, 240, 96, 0);
Expand Down

0 comments on commit f714b3d

Please sign in to comment.