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 {