Chromium Code Reviews| Index: ui/login/bubble.css |
| diff --git a/ui/login/bubble.css b/ui/login/bubble.css |
| index 14663f1267d1294abcc54883b5e0bc1448183bcb..8f4a8467554b0b57d7af9a4628a475e5d82bfec7 100644 |
| --- a/ui/login/bubble.css |
| +++ b/ui/login/bubble.css |
| @@ -6,7 +6,7 @@ |
| */ |
| .bubble { |
| - -webkit-transition: opacity 200ms ease-in-out; |
| + transition: opacity 200ms ease-in-out; |
|
Dan Beam
2016/11/29 06:17:12
alphabetize
Eric Willigers
2016/11/30 04:04:56
Done.
|
| background: rgba(0, 0, 0, 0.8); |
| border-radius: 2px; |
| color: rgba(255, 255, 255, 0.87); |