cloudflare / cloudflare/deploy.workers.cloudflare.com

Button interaction states and tweaks

Open
#102 0 comments 0 reactions 1 assignee Claimed by @kristianfreeman View on GitHub
bug
Dominant language
JavaScript
Stars
78
Forks
23
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/6685872/90286862-51ccc600-de3c-11ea-94f7-a6fdb89ebc82.png)
Noticed this first authorize workers button is a link and not styled the same as other buttons which have `padding y 8px` and `padding x 16px`

Primary Hover states
```
hover {
background-color: var(--blue-3);
}
```

Secondary
```
hover {
background-color: var(--blue-4);
color: var(--white);
}
```

I would do these changes, but I can't figure out how to navigate the tailwind css as it's hover states don't work!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.