Skip to content

Commit

Permalink
fix(www): button style on the Features page (gatsbyjs#13316)
Browse files Browse the repository at this point in the history
1. Fix the restyled `button` (for Chrome on Windows and Linux we always have to set `background` property, otherwise it shows a `default` grey background)

2. Unify `cursor` type

![Peek 2019-04-12 12-54](https://user-images.githubusercontent.com/32480082/56033004-d9279800-5d23-11e9-9e9c-2e40608a9a48.gif)

with fix 

![Peek 2019-04-12 12-55](https://user-images.githubusercontent.com/32480082/56033002-d9279800-5d23-11e9-9d09-c02e5821eea3.gif)
  • Loading branch information
greglobinski authored and DSchau committed Apr 12, 2019
1 parent e01adf5 commit 9f58e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/src/components/evaluation-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ class EvaluationTable extends Component {
>
<button
css={{
background: `none`,
border: 0,
cursor: `inherit`,
padding: 0,
textAlign: `left`,
}}
Expand Down

0 comments on commit 9f58e9a

Please sign in to comment.