| Index: ui/login/account_picker/md_screen_account_picker.css
|
| diff --git a/ui/login/account_picker/md_screen_account_picker.css b/ui/login/account_picker/md_screen_account_picker.css
|
| index 17af7d779d8a01ef60c61b881349775764aded5d..bb70f1c7312e0789f1dd72046ddee37f59f7416f 100644
|
| --- a/ui/login/account_picker/md_screen_account_picker.css
|
| +++ b/ui/login/account_picker/md_screen_account_picker.css
|
| @@ -74,12 +74,16 @@ html[screen=lock] #signin-banner.message-set {
|
| position: absolute;
|
| }
|
|
|
| -.small-pod-container::-webkit-scrollbar {
|
| - width: 0;
|
| +.small-pod-container.scroll {
|
| + background-color: rgba(0, 0, 0, 0.3);
|
| }
|
|
|
| -.small-pod-container.scroll {
|
| - background-color: rgba(20, 29, 40, .2);
|
| +.small-pod-container.images-loading {
|
| + visibility: hidden;
|
| +}
|
| +
|
| +.small-pod-container::-webkit-scrollbar {
|
| + width: 0;
|
| }
|
|
|
| .small-pod-container.scroll::-webkit-scrollbar {
|
| @@ -92,13 +96,17 @@ html[screen=lock] #signin-banner.message-set {
|
| }
|
|
|
| .small-pod-container-mask {
|
| - background: linear-gradient(#4FC3F7, transparent);
|
| + background: linear-gradient(#000, transparent);
|
| height: 112px;
|
| position: absolute;
|
| width: 100%;
|
| z-index: 2;
|
| }
|
|
|
| +.small-pod-container-mask.images-loading {
|
| + visibility: hidden;
|
| +}
|
| +
|
| .small-pod-container-mask.rotate {
|
| transform: rotate(180deg);
|
| }
|
|
|