Chromium Code Reviews| Index: chrome/browser/resources/welcome/win10/inline.css |
| diff --git a/chrome/browser/resources/welcome/win10/inline.css b/chrome/browser/resources/welcome/win10/inline.css |
| index ac9ce1342c67ca97112247495da11be18e1f720d..1b4ad1d84dd99cc7e43981843b7c4b199ce9c7aa 100644 |
| --- a/chrome/browser/resources/welcome/win10/inline.css |
| +++ b/chrome/browser/resources/welcome/win10/inline.css |
| @@ -15,6 +15,7 @@ body { |
| a { |
| color: var(--google-blue-500); |
| + cursor: pointer; |
|
tommycli
2017/02/27 23:17:22
Hey, this shouldn't be necessary, since the action
tmartino
2017/02/28 00:08:53
Hmm, so I tried creating a <style> and found that
tommycli
2017/02/28 01:06:28
I'm okay with fixing this up in a followup. Do you
|
| text-decoration: none; |
| } |