From fc105af0e5519164df8d1b3a897db7c0b917b7a2 Mon Sep 17 00:00:00 2001 From: NikolaiYurchenko Date: Thu, 30 Jan 2020 17:30:58 +0200 Subject: [PATCH] web/satellite: user select text restricted Change-Id: If3692d55e48255c95b7722c5a574060c84fdf502 --- .../src/components/account/ProfileArea.vue | 1 - .../account/billing/balance/AccountBalance.vue | 1 - .../billing/billingHistory/DepositAndBilling.vue | 1 - .../billing/billingHistory/SortingHeader.vue | 1 - .../monthlySummary/MonthlyBillingSummary.vue | 13 ++++++------- .../billing/paymentMethods/PaymentMethods.vue | 1 - .../src/components/apiKeys/ApiKeysArea.vue | 1 - .../src/components/apiKeys/ApiKeysCopyPopup.vue | 1 - .../src/components/apiKeys/ApiKeysCreationPopup.vue | 1 - .../src/components/apiKeys/SortingHeader.vue | 1 - web/satellite/src/components/buckets/BucketArea.vue | 1 - web/satellite/src/components/buckets/BucketItem.vue | 12 ++++-------- .../src/components/buckets/SortingHeader.vue | 1 - .../src/components/common/EmptyStateArea.vue | 1 - .../src/components/common/HeaderedInput.vue | 1 - web/satellite/src/components/common/PagesBlock.vue | 1 - .../components/common/RegistrationSuccessPopup.vue | 1 - web/satellite/src/components/common/VButton.vue | 1 - web/satellite/src/components/common/VDatePicker.vue | 1 - web/satellite/src/components/header/headerArea.scss | 1 - .../projectSelection/ProjectSelectionArea.vue | 1 - .../src/components/navigation/TabNavigation.vue | 1 - .../src/components/navigation/navigationArea.scss | 1 - .../src/components/project/ProjectDetails.vue | 3 --- .../src/components/project/UsageReport.vue | 4 ---- web/satellite/src/components/team/AddUserPopup.vue | 6 ------ web/satellite/src/components/team/HeaderArea.vue | 1 - .../src/components/team/SortingListHeader.vue | 1 - web/satellite/src/views/register/registerArea.html | 6 +++--- web/satellite/src/views/register/registerArea.scss | 4 ---- web/storagenode/src/app/components/BarInfo.vue | 1 - web/storagenode/src/app/components/ChecksArea.vue | 1 - web/storagenode/src/app/components/PayoutArea.vue | 1 - .../src/app/components/SNOContentTitle.vue | 2 -- web/storagenode/src/app/components/SNOFooter.vue | 1 - web/storagenode/src/app/components/SNOHeader.vue | 1 - .../src/app/components/SatelliteSelection.vue | 1 - 37 files changed, 13 insertions(+), 66 deletions(-) diff --git a/web/satellite/src/components/account/ProfileArea.vue b/web/satellite/src/components/account/ProfileArea.vue index 04227e862..9c6b98c0b 100644 --- a/web/satellite/src/components/account/ProfileArea.vue +++ b/web/satellite/src/components/account/ProfileArea.vue @@ -145,7 +145,6 @@ export default class ProfileArea extends Vue { position: relative; font-family: 'font_regular', sans-serif; padding-bottom: 100px; - user-select: none; &__title { font-family: 'font_bold', sans-serif; diff --git a/web/satellite/src/components/account/billing/balance/AccountBalance.vue b/web/satellite/src/components/account/billing/balance/AccountBalance.vue index 16317a034..c42e09a2f 100644 --- a/web/satellite/src/components/account/billing/balance/AccountBalance.vue +++ b/web/satellite/src/components/account/billing/balance/AccountBalance.vue @@ -99,7 +99,6 @@ export default class AccountBalance extends Vue { font-size: 32px; line-height: 48px; margin-right: 13px; - user-select: none; } &__info-button { diff --git a/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue b/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue index 6241eb0f4..c1325c10e 100644 --- a/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue +++ b/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue @@ -72,7 +72,6 @@ export default class DepositAndBilling extends Vue { &__title { font-size: 32px; line-height: 48px; - user-select: none; } .button { diff --git a/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue b/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue index 62a362710..8a09e9619 100644 --- a/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue +++ b/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue @@ -42,7 +42,6 @@ export default class SortingHeader extends Vue {} font-size: 16px; line-height: 10px; color: #afb7c1; - user-select: none; } } } diff --git a/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue b/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue index 592f15d08..da26ee236 100644 --- a/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue +++ b/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue @@ -24,7 +24,7 @@ Usage Charges - Estimated total {{ chargesSummary | centsToDollars }} + Estimated total {{ chargesSummary | centsToDollars }}
diff --git a/web/satellite/src/components/account/billing/paymentMethods/PaymentMethods.vue b/web/satellite/src/components/account/billing/paymentMethods/PaymentMethods.vue index 1c4a8079e..e1730f41a 100644 --- a/web/satellite/src/components/account/billing/paymentMethods/PaymentMethods.vue +++ b/web/satellite/src/components/account/billing/paymentMethods/PaymentMethods.vue @@ -370,7 +370,6 @@ export default class PaymentMethods extends Vue { font-family: 'font_bold', sans-serif; font-size: 32px; line-height: 48px; - user-select: none; } &__button-area { diff --git a/web/satellite/src/components/apiKeys/ApiKeysArea.vue b/web/satellite/src/components/apiKeys/ApiKeysArea.vue index 0ba47345a..8bc4336d6 100644 --- a/web/satellite/src/components/apiKeys/ApiKeysArea.vue +++ b/web/satellite/src/components/apiKeys/ApiKeysArea.vue @@ -418,7 +418,6 @@ export default class ApiKeysArea extends Vue { line-height: 39px; color: #263549; margin: 0; - user-select: none; } .api-keys-header { diff --git a/web/satellite/src/components/apiKeys/ApiKeysCopyPopup.vue b/web/satellite/src/components/apiKeys/ApiKeysCopyPopup.vue index 692a572d4..4d0584794 100644 --- a/web/satellite/src/components/apiKeys/ApiKeysCopyPopup.vue +++ b/web/satellite/src/components/apiKeys/ApiKeysCopyPopup.vue @@ -100,7 +100,6 @@ export default class ApiKeysCopyPopup extends Vue { font-size: 24px; line-height: 29px; margin-bottom: 26px; - user-select: none; } &__copy-area { diff --git a/web/satellite/src/components/apiKeys/ApiKeysCreationPopup.vue b/web/satellite/src/components/apiKeys/ApiKeysCreationPopup.vue index abf139add..672e2dc1e 100644 --- a/web/satellite/src/components/apiKeys/ApiKeysCreationPopup.vue +++ b/web/satellite/src/components/apiKeys/ApiKeysCreationPopup.vue @@ -133,7 +133,6 @@ export default class ApiKeysCreationPopup extends Vue { font-size: 24px; line-height: 29px; margin-bottom: 26px; - user-select: none; } .next-button { diff --git a/web/satellite/src/components/apiKeys/SortingHeader.vue b/web/satellite/src/components/apiKeys/SortingHeader.vue index 71e541a7a..353762fcc 100644 --- a/web/satellite/src/components/apiKeys/SortingHeader.vue +++ b/web/satellite/src/components/apiKeys/SortingHeader.vue @@ -84,7 +84,6 @@ export default class SortApiKeysHeader extends Vue { height: 40px; background-color: rgba(255, 255, 255, 0.3); margin-top: 31px; - user-select: none; &__date-item { width: 60%; diff --git a/web/satellite/src/components/buckets/BucketArea.vue b/web/satellite/src/components/buckets/BucketArea.vue index f97deb0b0..2b33806c1 100644 --- a/web/satellite/src/components/buckets/BucketArea.vue +++ b/web/satellite/src/components/buckets/BucketArea.vue @@ -186,7 +186,6 @@ export default class BucketArea extends Vue { margin-right: 50px; margin-block-start: 0; margin-block-end: 0; - user-select: none; } } diff --git a/web/satellite/src/components/buckets/BucketItem.vue b/web/satellite/src/components/buckets/BucketItem.vue index 8e6235c03..8bc2d5e45 100644 --- a/web/satellite/src/components/buckets/BucketItem.vue +++ b/web/satellite/src/components/buckets/BucketItem.vue @@ -3,10 +3,10 @@ @@ -25,10 +25,6 @@ export default class BucketItem extends Vue {