summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/settings/people_page/people_page.css
blob: 638237e078ad52dc138756eb94239f6207328e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

#account-picture {
  border-radius: 28px;
  height: 56px;
  object-fit: cover;
  vertical-align: middle;
  width: 56px;
}

#account-picture:hover {
  cursor: pointer;
}

<if expr="not chromeos">
#profile-name:hover {
  cursor: pointer;
}
</if>