Bug 1734852 - The mouse cursor changes into a text selector when hovering between the colorways r=emcminn

Differential Revision: https://phabricator.services.mozilla.com/D132813
This commit is contained in:
Meg Viar 2021-12-03 20:08:45 +00:00
parent 67b2c3928c
commit 3c96271ab0
2 changed files with 7 additions and 0 deletions

View File

@ -469,6 +469,9 @@ body[lwt-newtab-brighttext] {
margin-inline-start: 0;
margin-top: 9px;
}
.onboardingContainer .tiles-theme-section legend {
cursor: default;
}
.onboardingContainer .tiles-container {
margin: 10px auto;
}

View File

@ -551,6 +551,10 @@ body {
margin-top: 9px;
}
}
legend {
cursor: default;
}
}
.tiles-container {