Skip to content

Commit

Permalink
Merge pull request #9409 from marcellamaki/fix-bookmarks-page-focus-o…
Browse files Browse the repository at this point in the history
…n-firefox

Update firefox bookmarks cards focus outline
  • Loading branch information
rtibbles authored May 9, 2022
2 parents 48027e3 + a6e43ba commit 19ec1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

<style lang="scss" scoped>
$gutters: 16px;
$gutters: 32px;
.card-grid-item {
margin-bottom: $gutters;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
$h-padding: 24px;
$v-padding: 16px;
a {
display: block;
}
.card {
@extend %dropshadow-1dp;
Expand All @@ -179,7 +183,6 @@
width: 100%;
min-height: 246px;
padding: $v-padding $h-padding;
margin-bottom: 24px;
text-decoration: none;
vertical-align: top;
border-radius: 8px;
Expand Down

0 comments on commit 19ec1ae

Please sign in to comment.