From f45dad0e04ea0b5cb30019cdf4aad034741e4625 Mon Sep 17 00:00:00 2001 From: jawakarD Date: Thu, 8 Jun 2023 17:12:45 +0530 Subject: [PATCH] [Message]: Make the message component selectable --- src/ui/Label/index.scss | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/src/ui/Label/index.scss b/src/ui/Label/index.scss index 5c2fc6857..d5ac40500 100644 --- a/src/ui/Label/index.scss +++ b/src/ui/Label/index.scss @@ -1,10 +1,5 @@ @import '../../styles/variables'; -.sendbird-label { - -webkit-user-select: none; - -webkit-touch-callout: none; -} - [class*=sendbird-label] { font-family: var(--sendbird-font-family-default); } @@ -46,12 +41,12 @@ } .sendbird-label--body-1 { - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; + font-size: 14px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; } .sendbird-label--body-2 { @@ -82,20 +77,20 @@ } .sendbird-label--caption-1 { - font-size: 14px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; + font-size: 14px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; } .sendbird-label--caption-2 { - font-size: 12px; - font-weight: bold; - font-style: normal; - line-height: 1; - letter-spacing: normal; + font-size: 12px; + font-weight: bold; + font-style: normal; + line-height: 1; + letter-spacing: normal; } .sendbird-label--caption-3 {