summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-16 22:27:22 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-16 22:27:22 +0100
commitc54d1bc9055d4a6109c26745d807a3dabfba1934 (patch)
treecce9551c4fe094b8158f8a47bc3af398f3be9014 /data
parent1874eb057bc95a39b8a3ac44e47bcea022b53eed (diff)
downloadgnome-contacts-c54d1bc9055d4a6109c26745d807a3dabfba1934.tar.gz
CSS: Remove unused class .contacts-entry
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css21
1 files changed, 3 insertions, 18 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index 291b477..7613b3b 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -74,31 +74,16 @@ ContactsWindow .primary-toolbar.toolbar {
border-color: @borders;
}
-.contacts-entry {
- box-shadow: none;
- border-image: none;
- border-width: 1px;
- border-radius: 4px;
- border-style: solid;
- border-color: @borders;
-}
-
-.contacts-entry:selected,
-.contacts-entry:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.contacts-entry.contacts-postal-entry {
+.contacts-postal-entry {
border-radius: 0 0 0 0;
border-width: 1px 1px 0 1px;
}
-.contacts-entry.contacts-postal-entry:nth-child(first) {
+.contacts-postal-entry:nth-child(first) {
border-radius: 4px 4px 0 0;
}
-.contacts-entry.contacts-postal-entry:nth-child(last) {
+.contacts-postal-entry:nth-child(last) {
border-radius: 0 0 4px 4px;
border-width: 1px;
}