diff --git a/client/src/components/CardModal/CardModal.module.css b/client/src/components/CardModal/CardModal.module.css index a64227a4..01ddeee2 100644 --- a/client/src/components/CardModal/CardModal.module.css +++ b/client/src/components/CardModal/CardModal.module.css @@ -165,7 +165,6 @@ overflow: hidden; padding: 0 12px; text-overflow: ellipsis; - text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0; white-space: nowrap; } diff --git a/client/src/components/Label/Label.module.css b/client/src/components/Label/Label.module.css index ccb2b504..1d700688 100644 --- a/client/src/components/Label/Label.module.css +++ b/client/src/components/Label/Label.module.css @@ -22,6 +22,5 @@ outline: none; overflow: hidden; text-overflow: ellipsis; - text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0; white-space: nowrap; } diff --git a/client/src/components/LabelsStep/Editor.module.css b/client/src/components/LabelsStep/Editor.module.css index 0a0bbaec..e8a5c64e 100644 --- a/client/src/components/LabelsStep/Editor.module.css +++ b/client/src/components/LabelsStep/Editor.module.css @@ -20,7 +20,6 @@ position: absolute; right: 6px; text-align: center; - text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2); top: 0; transform: rotate(-135deg); width: 36px; diff --git a/client/src/components/LabelsStep/Item.module.css b/client/src/components/LabelsStep/Item.module.css index 07dc0d9e..f828c743 100644 --- a/client/src/components/LabelsStep/Item.module.css +++ b/client/src/components/LabelsStep/Item.module.css @@ -22,7 +22,6 @@ position: relative; text-align: left !important; text-overflow: ellipsis; - text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) !important; } .labelButton:hover { @@ -38,7 +37,6 @@ position: absolute; right: 2px; text-align: center; - text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2); transform: rotate(-135deg); width: 36px; } diff --git a/client/src/components/Project/AddMembershipPopup/UserItem.module.css b/client/src/components/Project/AddMembershipPopup/UserItem.module.css index c3b3e525..31d60be4 100644 --- a/client/src/components/Project/AddMembershipPopup/UserItem.module.css +++ b/client/src/components/Project/AddMembershipPopup/UserItem.module.css @@ -31,7 +31,6 @@ position: absolute; right: 2px; text-align: center; - text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2); transform: rotate(-135deg); width: 36px; } diff --git a/client/src/components/ProjectMembershipsStep/Item.module.css b/client/src/components/ProjectMembershipsStep/Item.module.css index 7176b912..2af242d3 100644 --- a/client/src/components/ProjectMembershipsStep/Item.module.css +++ b/client/src/components/ProjectMembershipsStep/Item.module.css @@ -28,7 +28,6 @@ position: absolute; right: 2px; text-align: center; - text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2); transform: rotate(-135deg); width: 36px; }