| Index: chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| index d8644ce816ae5e68478a953cc4f5949f0e3b1ac0..8acf88048f5c191115ad869e25bb18d778456524 100644
|
| --- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| @@ -232,14 +232,14 @@
|
| }
|
|
|
| .action-box-menu-remove {
|
| - border-top: 1px solid rgba(0, 0, 0, .12);
|
| + border-top: var(--user-manager-separator-line);
|
| line-height: 32px;
|
| padding: 8px 12px;
|
| }
|
|
|
| .action-box-remove-user-warning {
|
| align-items: center;
|
| - border-top: 1px solid rgba(0, 0, 0, .12);
|
| + border-top: var(--user-manager-separator-line);
|
| display: flex;
|
| flex-direction: column;
|
| font-size: inherit;
|
|
|