Skip to content

Commit fdd83de

Browse files
committed
fix: edit and delete tooltip style
1 parent 043e6ce commit fdd83de

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

src/shared/components/Settings/ExperienceAndSkills/WorkExperience/WorkplaceList/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103

104104
.tctooltiptext {
105-
background: $tc-black;
105+
background: $tooltip-gray;
106106
color: $tc-white;
107107
border-radius: 8px;
108108
padding: 10px;

src/shared/components/Settings/ExperienceAndSkills/WorkSkills/Languages/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
.tctooltiptext {
109-
background: $tc-black;
109+
background: $tooltip-gray;
110110
color: $tc-white;
111111
border-radius: 8px;
112112
padding: 10px;

src/shared/components/Settings/ProfileSettings/Hobbies/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989

9090
.tctooltiptext {
91-
background: $tc-black;
91+
background: $tooltip-gray;
9292
color: $tc-white;
9393
border-radius: 8px;
9494
padding: 10px;

src/shared/components/Settings/ProfileSettings/Learning/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
.tctooltiptext {
109-
background: $tc-black;
109+
background: $tooltip-gray;
110110
color: $tc-white;
111111
border-radius: 8px;
112112
padding: 10px;

src/shared/components/Settings/Tools/Devices/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105

106106
.tctooltiptext {
107-
background: $tc-black;
107+
background: $tooltip-gray;
108108
color: $tc-white;
109109
border-radius: 8px;
110110
padding: 10px;

src/shared/components/Settings/Tools/ServiceProviders/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105

106106
.tctooltiptext {
107-
background: $tc-black;
107+
background: $tooltip-gray;
108108
color: $tc-white;
109109
border-radius: 8px;
110110
padding: 10px;

src/shared/components/Settings/Tools/Software/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105

106106
.tctooltiptext {
107-
background: $tc-black;
107+
background: $tooltip-gray;
108108
color: $tc-white;
109109
border-radius: 8px;
110110
padding: 10px;

src/shared/components/Settings/Tools/Subscriptions/List/Item/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
}
111111

112112
.tctooltiptext {
113-
background: $tc-black;
113+
background: $tooltip-gray;
114114
color: $tc-white;
115115
border-radius: 8px;
116116
padding: 10px;

src/styles/_mixins/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ $profile-skill-badge: #227681;
4646
$profile-member-wins: #1e94a3;
4747
$profile-border-gray: #e9e9e9;
4848

49+
/* tooltip colors */
50+
$tooltip-gray: #222;
51+
4952
/// https://github.com/topcoder-platform/mfe-customer-work/src-ts/lib/styles/variables/_palette.scss
5053
@import "variables-platform-ui";
5154

0 commit comments

Comments
 (0)