Skip to content

Commit 769162d

Browse files
authored
Merge pull request #2867 from mozilla/surveyGone
Remove survey
2 parents 312b5f3 + 16deecd commit 769162d

6 files changed

Lines changed: 1 addition & 176 deletions

File tree

src/css/popup.css

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,10 @@
2626
src: url("/fonts/Inter-Medium.woff2") format("woff2");
2727
}
2828

29-
@font-face {
30-
font-family: "Inter-SemiBold";
31-
font-style: normal;
32-
font-weight: 700;
33-
src: url("/fonts/Inter-SemiBold.woff2") format("woff2");
34-
}
35-
3629
[data-theme="light"],
3730
:root {
3831
--fontInter: "Inter", sans-serif;
3932
--fontInterMedium: "Inter-Medium", sans-serif;
40-
--fontInterSemiBold: "Inter-SemiBold", sans-serif;
4133
--fontMetropolis: "Metropolis", sans-serif;
4234
--fontMetropolisLight: "Metropolis-Light", sans-serif;
4335
--iconArrowLeft: url("/img/arrow-icon-left.svg");
@@ -1659,20 +1651,8 @@ input[type=text] {
16591651
background-color: var(--button-bg-hover-color-primary);
16601652
}
16611653

1662-
#survey-achievement-done-button {
1663-
color: var(--button-bg-color-primary);
1664-
transition: color 0.1s ease;
1665-
font-size: 14px;
1666-
padding-inline: 3px;
1667-
padding-block: 1px;
1668-
border-radius: 1px;
1669-
text-align: center;
1670-
margin-inline: auto;
1671-
}
1672-
16731654
.onboarding-button:focus,
1674-
.half-onboarding-button:focus,
1675-
#survey-achievement-done-button:focus {
1655+
.half-onboarding-button:focus {
16761656
box-shadow:
16771657
0 0 0 2px var(--button-bg-color-secondary),
16781658
0 0 0 4px var(--button-bg-focus-color-primary);
@@ -2429,52 +2409,3 @@ tr:hover > td > .reset-button {
24292409
.searchbar input {
24302410
inline-size: 100%;
24312411
}
2432-
2433-
/* Survey Popup */
2434-
2435-
.survey-blurb,
2436-
#survey-panel h3.onboarding-title {
2437-
text-align: center;
2438-
margin-inline: auto;
2439-
}
2440-
2441-
#survey-panel h3.onboarding-title {
2442-
max-inline-size: 100%;
2443-
font-family: var(--fontInterSemiBold);
2444-
line-height: 24px;
2445-
margin-block-end: 12px;
2446-
}
2447-
2448-
#survey-panel {
2449-
padding-block: 40px;
2450-
padding-inline: 0;
2451-
}
2452-
2453-
.survey-blurb {
2454-
margin-block-end: 16px;
2455-
margin-inline: 24px;
2456-
}
2457-
2458-
#survey-img {
2459-
block-size: 180px;
2460-
margin-block-end: 16px;
2461-
}
2462-
2463-
#survey-button {
2464-
padding-block: 4px;
2465-
padding-inline: 16px;
2466-
margin-block: 0 8px;
2467-
min-block-size: 32px;
2468-
}
2469-
2470-
.share-ctas.survey-back {
2471-
margin-inline: auto;
2472-
}
2473-
2474-
#survey-achievement-done-button:hover {
2475-
color: var(--button-bg-hover-color-primary);
2476-
}
2477-
2478-
#survey-achievement-done-button:active {
2479-
color: var(--button-bg-active-color-primary);
2480-
}

src/fonts/Inter-SemiBold.woff2

-141 KB
Binary file not shown.

0 commit comments

Comments
 (0)