diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2018-01-22 21:30:22 +0100 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2018-01-22 21:30:22 +0100 |
commit | 97bfa85c12b690009151cd2c21227d50aee8dbe2 (patch) | |
tree | a10f480cd81d42ca98c7b8def0659815a6ad9c12 /data | |
parent | a29d7b43e78d045a17182ae6cd54afe160cd7ebc (diff) | |
download | gnome-contacts-97bfa85c12b690009151cd2c21227d50aee8dbe2.tar.gz |
Avatar: don't add a class style context.
It won't work with the drawing area, so don't bother with all that extra
code.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/ui/style.css b/data/ui/style.css index 80df213..0292a61 100644 --- a/data/ui/style.css +++ b/data/ui/style.css @@ -52,10 +52,6 @@ row.contact-data-row { border-top-left-radius: 0; } -/* An avatar */ -.contacts-avatar { -} - /* Give the avatar in the ContactSheet some margin, * so it doesn't jump when switching to the editor. */ .contacts-contact-sheet .contacts-avatar { |