Skip to content

Commit

Permalink
Visible focus for like buttons during keyboard navigation. (dart-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jan 9, 2024
1 parent f3da516 commit efef08f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkg/web_css/lib/src/_detail_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,18 @@ $detail-tabs-tablet-width: calc(100% - 240px);
text-transform: uppercase;
white-space: nowrap;
display: flex;
margin-top: -2px;
margin-top: -4px;
border: 1px solid transparent;
padding: 2px;

.likes-count {
display: inline-block;
padding-top: 4px;
}

&:focus-within {
border-color: #000;
}
}
}

Expand Down

0 comments on commit efef08f

Please sign in to comment.