Skip to content

Commit f714b3d

Browse files
committed
Appearance of focused buttons and links.
1 parent bccf304 commit f714b3d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/containers/App/recodex.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,17 @@ table.table-hover td.clickable:hover, table.table-hover th.clickable:hover {
238238
flex: 1 1 auto;
239239
}
240240

241+
button:focus {
242+
filter: contrast(120%) brightness(80%);
243+
outline: 3px solid #6af!important;
244+
}
245+
246+
a:focus {
247+
filter: contrast(120%) brightness(80%);
248+
text-shadow: 1px 1px 3px #666;
249+
outline: 0;
250+
}
251+
241252
@keyframes card-target {
242253
0% {
243254
box-shadow: 0 0 0 0 rgba(255, 240, 96, 0);

0 commit comments

Comments
 (0)