Commit ebf86283 authored by Emily McMinn's avatar Emily McMinn
Browse files

Bug 1786828 - Remove pointer-events from spotlight picture element to keep it...

Bug 1786828 - Remove pointer-events from spotlight picture element to keep it from overlapping the close button. r=mviar, a=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D155500
parent 34a7778f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -205,6 +205,9 @@ body[lwt-newtab-brighttext] {
:root[dialogroot] .onboardingContainer:dir(rtl) {
  transform: unset;
}
:root[dialogroot] .onboardingContainer .logo-container {
  pointer-events: none;
}
:root[dialogroot] .onboardingContainer .screen:dir(rtl) {
  transform: unset;
}
+4 −0
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@ body {
        transform: unset;
      }

      .logo-container {
        pointer-events: none;
      }

      .screen {
        &:dir(rtl) {
          transform: unset;