From 51ecec03b3f5903348cc4b7b761ae7943e0604ee Mon Sep 17 00:00:00 2001 From: "Lex. Huang" <531971909@qq.com> Date: Mon, 17 Sep 2018 16:08:09 +0800 Subject: [PATCH] style(ActiveCallItemV2): change cursor --- .../components/ActiveCallItemV2/styles.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/ringcentral-widgets/components/ActiveCallItemV2/styles.scss b/packages/ringcentral-widgets/components/ActiveCallItemV2/styles.scss index c79a46cef1..d9fc2bdcd0 100644 --- a/packages/ringcentral-widgets/components/ActiveCallItemV2/styles.scss +++ b/packages/ringcentral-widgets/components/ActiveCallItemV2/styles.scss @@ -31,7 +31,7 @@ $button-basis:68.5px; .actionIconsBox { display: flex; justify-content: center; - + .extraButton { display: flex; align-items: center; @@ -125,6 +125,7 @@ $button-basis:68.5px; &:not(:last-of-type) { margin-right: $padding-horizontal/2; } + .transferButton, .endButton { width: 24px; @@ -139,7 +140,7 @@ $button-basis:68.5px; path { fill: $snow; } - + &.disabled { circle { fill: $smoke; @@ -192,6 +193,7 @@ $button-basis:68.5px; text-overflow: ellipsis; white-space: nowrap; width: 100%; + cursor: default; .icon { display: none;