Skip to content

Commit

Permalink
Fixed grammatical error
Browse files Browse the repository at this point in the history
Fixes grammatical error in `Buttons that only show up on hover`
  • Loading branch information
iamphill authored May 8, 2019
1 parent 1245519 commit 93a4bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"name": "buttons-that-only-show-up-on-hover",
"shortTip": "Buttons that only show up on hover",
"longTip": "Be mindful of a pattern where buttons are hidden and only get displayed when parent element is hovered: this can make the buttons inaccessible from keyboard. instead us using `display:none` or `visibility: hidden`, consider using alternative methods, e.g. using `position: absolute` and pushing it off the screen.\n\n",
"longTip": "Be mindful of a pattern where buttons are hidden and only get displayed when parent element is hovered: this can make the buttons inaccessible from keyboard. instead of using `display:none` or `visibility: hidden`, consider using alternative methods, e.g. using `position: absolute` and pushing it off the screen.\n\n",
"links": [
"[See how angular hides elements with cdk-visually-hidden class](https://cs.corp.google.com/piper///depot/google3/third_party/javascript/angular2_material/src/cdk/a11y/_a11y.scss)"
],
Expand Down Expand Up @@ -201,4 +201,4 @@
"category": "pro tip",
"categoryId": 1
}
]
]

0 comments on commit 93a4bb6

Please sign in to comment.