| Index: chrome/browser/resources/chromeos/login/user_pod_row.css
|
| diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| index 7ae89f075f86e33b16f21f2e900304bbc04931c8..8ffc03152d591b22328c8ad9d9ece6020b461710 100644
|
| --- a/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| +++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| @@ -11,7 +11,6 @@ podrow {
|
| -webkit-transition: all .2s ease-in-out;
|
| display: -webkit-box;
|
| height: 225px;
|
| - outline: none;
|
| position: relative;
|
| }
|
|
|
| @@ -19,6 +18,7 @@ podrow {
|
| -webkit-transition: all .23s ease;
|
| border-radius: 2px;
|
| margin: 0 10px;
|
| + outline: none;
|
| padding: 10px;
|
| position: relative;
|
| width: 170px;
|
|
|