summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-08 16:21:52 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-08 21:04:28 +0200
commit02c9ff36b6351cd486221f5935904d156a0333cc (patch)
tree350a65efac3d14adbc4d333f54e1d2d9ea19a36d /css
parentfa81480d3253f297c3d9cfdec6f0e4309f502fbe (diff)
Add full addressbook display name title
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Settings/SettingsAddressbook.scss65
-rw-r--r--css/contacts.scss1
2 files changed, 0 insertions, 66 deletions
diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss
deleted file mode 100644
index 52dd6bb7..00000000
--- a/css/Settings/SettingsAddressbook.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @author John Molakvoæ <skjnldsv@protonmail.com>
- * @author Team Popcorn <teampopcornberlin@gmail.com>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-.addressbook {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- white-space: nowrap;
- text-overflow: ellipsis;
-
- > .addressbook__name {
- + a,
- + div {
- // put actions at the end
- margin-left: auto;
- }
- }
-
- &__name {
- display: block;
- flex: 0 1 auto;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- &__share,
- &__menu .icon-more {
- width: 44px;
- height: 44px;
- opacity: .5;
- &:hover,
- &:focus,
- &:active {
- opacity: .7;
- }
- }
- &__share {
- &--shared {
- opacity: .7;
- }
- }
- &--disabled &__name {
- opacity: .5;
- }
-}
diff --git a/css/contacts.scss b/css/contacts.scss
index d71474a3..111a7cf2 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -28,7 +28,6 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
// components
@import 'SettingsSection';
-@import 'Settings/SettingsAddressbook';
@import 'Settings/SettingsAddressbookShares';
@import 'Settings/SettingsAddressbookSharee';
@import 'ContactsListItem';